Skip to content

Commit

Permalink
venv/bin/towncrier build --yes
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Aug 19, 2024
1 parent 89ff29c commit 261c8a2
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 11 deletions.
34 changes: 34 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,40 @@ Release notes

.. towncrier release notes start
Towncrier 24.8.0rc1 (2024-08-19)
================================

Features
--------

- Add ``.gitkeep`` as an ignored filename. (`#643 <https://github.com/twisted/towncrier/issues/643>`_)
- Config `ignore` option now supports wildcard matching via `fnmatch <https://docs.python.org/3/library/fnmatch.html#fnmatch.fnmatch>`_. (`#644 <https://github.com/twisted/towncrier/issues/644>`_)
- Add a config for enforcing issue names using regex. (`#649 <https://github.com/twisted/towncrier/issues/649>`_)


Bugfixes
--------

- The template file is now ignored based only on the file name. (`#638 <https://github.com/twisted/towncrier/issues/638>`_)
- Control of the header formatting is once again completely up to the user when they are writing markdown files (fixes a regression introduced in [#610](https://github.com/twisted/towncrier/pull/610)). (`#651 <https://github.com/twisted/towncrier/issues/651>`_)
- Fixed an issue where `issue_template` failed recognizing the issue name of files with a non-category suffix (`.md`) (`#654 <https://github.com/twisted/towncrier/issues/654>`_)
- Fixed a bug where orphan news fragments (e.g. +abc1234.feature) would fail when an `issue_pattern` is configured. Orphan news fragments are now excempt from `issue_pattern` checks. (`#655 <https://github.com/twisted/towncrier/issues/655>`_)


Deprecations and Removals
-------------------------

- Moved towncrier version definition from src/towncrier/_version.py to pyproject.toml

towncrier.__version__ was removed, after being deprecated in 23.6.0. (`#640 <https://github.com/twisted/towncrier/issues/640>`_)


Misc
----

- `#640 <https://github.com/twisted/towncrier/issues/640>`_, `#657 <https://github.com/twisted/towncrier/issues/657>`_


Towncrier 24.7.1 (2024-07-31)
=============================

Expand Down
1 change: 0 additions & 1 deletion src/towncrier/newsfragments/638.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/640.misc

This file was deleted.

3 changes: 0 additions & 3 deletions src/towncrier/newsfragments/640.removal

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/643.feature

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/644.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/649.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/651.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/654.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/655.bugfix.rst

This file was deleted.

Empty file.

0 comments on commit 261c8a2

Please sign in to comment.