Release: fix bumping the version in the changelog

This commit is contained in:
Šarūnas Nejus 2024-11-22 01:32:15 +00:00
parent c6c4afa543
commit aa0db049a5
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435
2 changed files with 7 additions and 4 deletions

View file

@ -1,11 +1,11 @@
Changelog Changelog
========= =========
Changelog goes here! Please add your entry to the bottom of one of the lists below!
Unreleased Unreleased
---------- ----------
Changelog goes here! Please add your entry to the bottom of one of the lists below!
New features: New features:
* New template function added: ``%capitalize``. Converts the first letter of * New template function added: ``%capitalize``. Converts the first letter of
@ -14,7 +14,7 @@ New features:
`beet list -a title:something` or `beet list artpath:cover`. Consequently `beet list -a title:something` or `beet list artpath:cover`. Consequently
album queries involving `path` field have been sped up, like `beet list -a album queries involving `path` field have been sped up, like `beet list -a
path:/path/`. path:/path/`.
* New `keep_in_artist` option for the :doc:`plugins/ftintitle` plugin, which * :doc:`plugins/ftintitle`: New `keep_in_artist` option for the plugin, which
allows keeping the "feat." part in the artist metadata while still changing allows keeping the "feat." part in the artist metadata while still changing
the title. the title.
* :doc:`plugins/autobpm`: Add new configuration option ``beat_track_kwargs`` * :doc:`plugins/autobpm`: Add new configuration option ``beat_track_kwargs``

View file

@ -40,7 +40,10 @@ def update_changelog(text: str, new: Version) -> str:
Unreleased Unreleased
---------- ----------
Changelog goes here! Please add your entry to the bottom of one of the lists below! New features:
Bug fixes:
For packagers:
Other changes:
{new_header} {new_header}
{'-' * len(new_header)} {'-' * len(new_header)}