Release 24.0.1

This commit is contained in:
Fabio Valentini 2023-02-16 18:51:21 +01:00
parent 092de1b186
commit 64a3f39291
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF
2 changed files with 9 additions and 1 deletions

8
NEWS
View file

@ -1,5 +1,13 @@
rust2rpm
Version 24.0.1
==============
Fixed:
- Additional Requires for feature subpackages specified in rust2rpm.conf
settings are respected again (fixes regression from 24.0.0).
Version 24.0.0
==============

View file

@ -10,7 +10,7 @@ from rust2rpm import licensing
# release of the last minor version.
#
# Only the major version is included in the header of generated spec files.
__version__ = "24.0.0"
__version__ = "24.0.1"
TARGET_ARCHES = [
"x86_64",