Release 25.0.1

This commit is contained in:
Fabio Valentini 2023-10-18 11:35:58 +02:00
parent 5a8bb9eee9
commit 475c116af4
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
Version 25.0.1
==============
This release fixes two small issues that were introduced in new features that
were added in version 25.0.0:
- Using the new "partial version" / version requirement support in conjunction
with the `--compat` flag no longer crashes and now works as expected.
- Invalid TOML syntax in `rust2rpm.toml` configuration files no longer causes a
crash, and is handled gracefully instead.
Version 25.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__ = "25.0.0"
__version__ = "25.0.1"
TARGET_ARCHES = [
"x86_64",