Release 24.4.0

This commit is contained in:
Fabio Valentini 2023-08-08 14:16:51 +02:00
parent 4cfdb49afd
commit be5b992f24
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF
2 changed files with 13 additions and 1 deletions

12
NEWS
View file

@ -1,5 +1,17 @@
rust2rpm
Version 24.4.0
==============
This release contains some backwards compatible changes to rendered spec files
for packages that ship binaries. Notably, the new `%cargo_license` and
`%cargo_license_summary` macros are now injected automatically, based on current
best practices for Rust packages in Fedora.
Additionally, there is a small fix for the automatic detection and injection of
required feature flags for binaries. If the required features are already part
of the default feature set, they are no longer added.
Version 24.3.3
==============

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.3.3"
__version__ = "24.4.0"
TARGET_ARCHES = [
"x86_64",