Skip to content

Commit 79e7ce2

Browse files
committed
Run towncrier.
1 parent eb1701a commit 79e7ce2

19 files changed

+43
-15
lines changed

NEWS.rst

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

66
.. towncrier release notes start
77
8+
towncrier 25.8.0rc1 (2025-08-15)
9+
================================
10+
11+
Features
12+
--------
13+
14+
- Support was added for Mercurial SCM. (`#394 <https://github.com/twisted/towncrier/issues/394>`_)
15+
- The `towncrier check` command now has a `--staged` flag to inspect the files staged for commit when checking for a news fragment: useful in a pre-commit hook (`#676 <https://github.com/twisted/towncrier/issues/676>`_)
16+
- When used with an `pyproject.toml` file, when no explicit values are
17+
defined for [tool.towncrier.name|package] they will now fallback to
18+
the value of [project.name]. (`#687 <https://github.com/twisted/towncrier/issues/687>`_)
19+
- More simple configuration for Keep a Changelog style changelogs (`#691 <https://github.com/twisted/towncrier/issues/691>`_)
20+
- Added support for Python 3.13 and removed support for Python 3.8. (`#700 <https://github.com/twisted/towncrier/issues/700>`_)
21+
22+
23+
Bugfixes
24+
--------
25+
26+
- Multi-line newsfragments that ends with a code block will now have a newline inserted before appending the link to the issue, to avoid breaking formatting. (`#614 <https://github.com/twisted/towncrier/issues/614>`_)
27+
- Markdown header level is correctly inferred from ``title_format``. (`#695 <https://github.com/twisted/towncrier/issues/695>`_)
28+
29+
30+
Improved Documentation
31+
----------------------
32+
33+
- The documentation RST source files are now included in the sdist package. (`#672 <https://github.com/twisted/towncrier/issues/672>`_)
34+
- Refactor the default markdown template to make it easier to understand, extend, and customize. (`#706 <https://github.com/twisted/towncrier/issues/706>`_)
35+
36+
37+
Deprecations and Removals
38+
-------------------------
39+
40+
- When no sections are present,
41+
the default Markdown template now renders the category headers as H2.
42+
In previous versions it was rendered as H3. (`#663 <https://github.com/twisted/towncrier/issues/663>`_)
43+
44+
45+
Misc
46+
----
47+
48+
- `#667 <https://github.com/twisted/towncrier/issues/667>`_, `#669 <https://github.com/twisted/towncrier/issues/669>`_, `#679 <https://github.com/twisted/towncrier/issues/679>`_, `#680 <https://github.com/twisted/towncrier/issues/680>`_, `#682 <https://github.com/twisted/towncrier/issues/682>`_, `#701 <https://github.com/twisted/towncrier/issues/701>`_, `#702 <https://github.com/twisted/towncrier/issues/702>`_, `#713 <https://github.com/twisted/towncrier/issues/713>`_
49+
50+
851
Towncrier 24.8.0 (2024-08-23)
952
=============================
1053

src/towncrier/newsfragments/394.feature.rst

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

src/towncrier/newsfragments/614.bugfix.rst

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

src/towncrier/newsfragments/663.removal

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

src/towncrier/newsfragments/667.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/669.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/672.doc

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

src/towncrier/newsfragments/676.feature.rst

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

src/towncrier/newsfragments/679.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/680.misc

Whitespace-only changes.

0 commit comments

Comments
 (0)