Skip to content

Commit 8b9b4b2

Browse files
committed
venv/bin/towncrier build --yes
1 parent 3b27ce2 commit 8b9b4b2

File tree

7 files changed

+19
-5
lines changed

7 files changed

+19
-5
lines changed

NEWS.rst

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

66
.. towncrier release notes start
77
8+
towncrier 23.11.0rc1 (2023-11-07)
9+
=================================
10+
11+
Bugfixes
12+
--------
13+
14+
- ``build`` now treats a missing fragments directory the same as an empty one, consistent with other operations. (`#538 <https://github.com/twisted/towncrier/issues/538>`_)
15+
- Fragments with filenames like `fix-1.2.3.feature` are now associated with the ticket `fix-1.2.3`.
16+
In previous versions they were incorrectly associated to ticket `3`. (`#562 <https://github.com/twisted/towncrier/issues/562>`_)
17+
- Orphan newsfragments containing numeric values are no longer accidentally associated to tickets. In previous versions the orphan marker was ignored and the newsfragment was associated to a ticket having the last numerical value from the filename. (`#562 <https://github.com/twisted/towncrier/issues/562>`_)
18+
19+
20+
Misc
21+
----
22+
23+
- `#558 <https://github.com/twisted/towncrier/issues/558>`_, `#559 <https://github.com/twisted/towncrier/issues/559>`_
24+
25+
826
towncrier 23.10.0 (2023-10-24)
927
==============================
1028

src/towncrier/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# For dev - Version('towncrier', 23, 8, 1, dev=0)
1212
# For RC - Version('towncrier', 23, 9, 0, release_candidate=1)
1313
# For final - Version('towncrier', 23, 9, 0)
14-
__version__ = Version("towncrier", 23, 10, 1, dev=0)
14+
__version__ = Version("towncrier", 23, 11, 0, release_candidate=1)
1515
# The version is exposed in string format to be
1616
# available for the hatching build tools.
1717
_hatchling_version = __version__.short()

src/towncrier/newsfragments/538.bugfix

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

src/towncrier/newsfragments/558.misc

Whitespace-only changes.

src/towncrier/newsfragments/559.misc

Whitespace-only changes.

src/towncrier/newsfragments/562.bugfix

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

src/towncrier/newsfragments/562.bugfix.1

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

0 commit comments

Comments
 (0)