You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.rst
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,55 @@ Release notes
5
5
6
6
.. towncrier release notes start
7
7
8
+
towncrier 25.8.0 (2025-08-30)
9
+
=============================
10
+
11
+
No significant changes since the previous release candidate.
12
+
13
+
14
+
Features
15
+
--------
16
+
17
+
- Support was added for Mercurial SCM. (`#394 <https://github.com/twisted/towncrier/issues/394>`_)
18
+
- The :command:`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>`_)
19
+
- When used with an :file:`pyproject.toml` file, when no explicit values are
20
+
defined for ``[tool.towncrier.name|package]`` they will now fallback to
21
+
the value of ``[project.name]``. (`#687 <https://github.com/twisted/towncrier/issues/687>`_)
22
+
- The ``directory`` configuration option is no longer required.
23
+
It can now be generated based on value from the ``name`` configuration.
- Added support for Python 3.13 and removed support for Python 3.8. (`#700 <https://github.com/twisted/towncrier/issues/700>`_)
26
+
27
+
28
+
Bugfixes
29
+
--------
30
+
31
+
- Multi-line news fragments that end 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>`_)
32
+
- Markdown header level is correctly inferred from ``title_format``. (`#695 <https://github.com/twisted/towncrier/issues/695>`_)
33
+
34
+
35
+
Improved Documentation
36
+
----------------------
37
+
38
+
- The documentation RST source files are now included in the sdist package. (`#672 <https://github.com/twisted/towncrier/issues/672>`_)
39
+
- Refactor the default markdown template to make it easier to understand, extend, and customize. (`#706 <https://github.com/twisted/towncrier/issues/706>`_)
40
+
41
+
42
+
Deprecations and Removals
43
+
-------------------------
44
+
45
+
- Support for Python 3.8 was removed. (`#700 <https://github.com/twisted/towncrier/issues/700>`_)
46
+
- When no sections are present,
47
+
the default Markdown template now renders the category headers as H2.
48
+
In previous versions it was rendered as H3. (`#663 <https://github.com/twisted/towncrier/issues/663>`_)
0 commit comments