Skip to content

Commit 261c8a2

Browse files
committed
venv/bin/towncrier build --yes
1 parent 89ff29c commit 261c8a2

File tree

11 files changed

+34
-11
lines changed

11 files changed

+34
-11
lines changed

NEWS.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ Release notes
55

66
.. towncrier release notes start
77
8+
Towncrier 24.8.0rc1 (2024-08-19)
9+
================================
10+
11+
Features
12+
--------
13+
14+
- Add ``.gitkeep`` as an ignored filename. (`#643 <https://github.com/twisted/towncrier/issues/643>`_)
15+
- 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>`_)
16+
- Add a config for enforcing issue names using regex. (`#649 <https://github.com/twisted/towncrier/issues/649>`_)
17+
18+
19+
Bugfixes
20+
--------
21+
22+
- The template file is now ignored based only on the file name. (`#638 <https://github.com/twisted/towncrier/issues/638>`_)
23+
- 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>`_)
24+
- 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>`_)
25+
- 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>`_)
26+
27+
28+
Deprecations and Removals
29+
-------------------------
30+
31+
- Moved towncrier version definition from src/towncrier/_version.py to pyproject.toml
32+
33+
towncrier.__version__ was removed, after being deprecated in 23.6.0. (`#640 <https://github.com/twisted/towncrier/issues/640>`_)
34+
35+
36+
Misc
37+
----
38+
39+
- `#640 <https://github.com/twisted/towncrier/issues/640>`_, `#657 <https://github.com/twisted/towncrier/issues/657>`_
40+
41+
842
Towncrier 24.7.1 (2024-07-31)
943
=============================
1044

src/towncrier/newsfragments/638.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/640.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/640.removal

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/towncrier/newsfragments/643.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/644.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/649.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/651.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/654.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/655.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)