Skip to content

Commit

Permalink
venv/bin/towncrier build --yes
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Nov 7, 2023
1 parent 3b27ce2 commit 8b9b4b2
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
18 changes: 18 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Release notes

.. towncrier release notes start
towncrier 23.11.0rc1 (2023-11-07)
=================================

Bugfixes
--------

- ``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>`_)
- Fragments with filenames like `fix-1.2.3.feature` are now associated with the ticket `fix-1.2.3`.
In previous versions they were incorrectly associated to ticket `3`. (`#562 <https://github.com/twisted/towncrier/issues/562>`_)
- 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>`_)


Misc
----

- `#558 <https://github.com/twisted/towncrier/issues/558>`_, `#559 <https://github.com/twisted/towncrier/issues/559>`_


towncrier 23.10.0 (2023-10-24)
==============================

Expand Down
2 changes: 1 addition & 1 deletion src/towncrier/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For dev - Version('towncrier', 23, 8, 1, dev=0)
# For RC - Version('towncrier', 23, 9, 0, release_candidate=1)
# For final - Version('towncrier', 23, 9, 0)
__version__ = Version("towncrier", 23, 10, 1, dev=0)
__version__ = Version("towncrier", 23, 11, 0, release_candidate=1)
# The version is exposed in string format to be
# available for the hatching build tools.
_hatchling_version = __version__.short()
Expand Down
1 change: 0 additions & 1 deletion src/towncrier/newsfragments/538.bugfix

This file was deleted.

Empty file.
Empty file.
1 change: 0 additions & 1 deletion src/towncrier/newsfragments/562.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions src/towncrier/newsfragments/562.bugfix.1

This file was deleted.

0 comments on commit 8b9b4b2

Please sign in to comment.