Skip to content

Towncrier 23.11.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@adiroiban adiroiban released this 07 Nov 16:39

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)
  • 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)
  • 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)

Misc