Skip to content

Commit c8a79cf

Browse files
authored
#717 Release 25.8.0 (#718)
2 parents a473a44 + ae3a9d8 commit c8a79cf

21 files changed

+51
-18
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,7 @@ jobs:
265265
python -I admin/check_tag_version_match.py "${{ github.ref }}"
266266
267267
- name: Publish to PyPI - on tag
268-
# This was tag 1.9.0 on 2024-07-30
269-
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
268+
uses: pypa/gh-action-pypi-publish@release/v1
270269

271270

272271
coverage:

NEWS.rst

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

66
.. towncrier release notes start
77
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.
24+
(`#691 <https://github.com/twisted/towncrier/issues/691>`_)
25+
- 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>`_)
49+
50+
51+
Misc
52+
----
53+
54+
- `#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>`_
55+
56+
857
Towncrier 24.8.0 (2024-08-23)
958
=============================
1059

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "towncrier"
99
# For RC - 23.11.0rc1 (release candidate starts at 1)
1010
# For final - 23.11.0
1111
# make sure to follow PEP440
12-
version = "24.8.0.dev0"
12+
version = "25.8.0.dev0"
1313
description = "Building newsfiles for your project."
1414
readme = "README.rst"
1515
license = "MIT"

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.

0 commit comments

Comments
 (0)