Skip to content

Commit

Permalink
Release 23.10.0 (#555)
Browse files Browse the repository at this point in the history
* Update version.

* venv/bin/towncrier build --yes

* Do RC1 instead of RC0.

* Update for final release.

* Add dev release.
  • Loading branch information
adiroiban authored Oct 24, 2023
1 parent 0b023fa commit f6809f0
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 15 deletions.
43 changes: 43 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,49 @@ Release notes

.. towncrier release notes start
towncrier 23.10.0 (2023-10-24)
==============================

No significant changes since the previous release candidate.


Features
--------

- Python 3.12 is now officially supported. (`#541 <https://github.com/twisted/towncrier/issues/541>`_)
- Initial support was added for monorepo-style setup.
One project with multiple independent news files stored in separate sub-directories, that share the same towncrier config. (`#548 <https://github.com/twisted/towncrier/issues/548>`_)
- Two newlines are no longer always added between the current release notes and the previous content.
The newlines are now defined only inside the template.

**Important! If you're using a custom template and want to keep the same whitespace between releases, you may have to modify your template.** (`#552 <https://github.com/twisted/towncrier/issues/552>`_)


Bugfixes
--------

- Towncrier now vendors the click-default-group package that prevented installations on modern Pips. (`#540 <https://github.com/twisted/towncrier/issues/540>`_)


Improved Documentation
----------------------

- The markdown docs now use the default markdown template rather than a simpler custom one. (`#545 <https://github.com/twisted/towncrier/issues/545>`_)
- Cleanup a duplicate backtick in the tutorial. (`#551 <https://github.com/twisted/towncrier/issues/551>`_)


Deprecations and Removals
-------------------------

- The support for Python 3.7 has been dropped. (`#521 <https://github.com/twisted/towncrier/issues/521>`_)


Misc
----

- `#481 <https://github.com/twisted/towncrier/issues/481>`_, `#520 <https://github.com/twisted/towncrier/issues/520>`_, `#522 <https://github.com/twisted/towncrier/issues/522>`_, `#523 <https://github.com/twisted/towncrier/issues/523>`_, `#529 <https://github.com/twisted/towncrier/issues/529>`_, `#536 <https://github.com/twisted/towncrier/issues/536>`_


towncrier 23.6.0 (2023-06-06)
=============================

Expand Down
5 changes: 4 additions & 1 deletion src/towncrier/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
from incremental import Version


__version__ = Version("towncrier", 23, 6, 1, dev=0)
# 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)
# The version is exposed in string format to be
# available for the hatching build tools.
_hatchling_version = __version__.short()
Expand Down
3 changes: 0 additions & 3 deletions src/towncrier/newsfragments/481.misc

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion src/towncrier/newsfragments/521.removal

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/541.feature

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/545.doc

This file was deleted.

2 changes: 0 additions & 2 deletions src/towncrier/newsfragments/548.feature

This file was deleted.

1 change: 0 additions & 1 deletion src/towncrier/newsfragments/551.doc

This file was deleted.

4 changes: 0 additions & 4 deletions src/towncrier/newsfragments/552.feature

This file was deleted.

0 comments on commit f6809f0

Please sign in to comment.