Release 25.0.1
This commit is contained in:
parent
5a8bb9eee9
commit
475c116af4
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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
|
Version 25.0.0
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ from rust2rpm import licensing
|
||||||
# release of the last minor version.
|
# release of the last minor version.
|
||||||
#
|
#
|
||||||
# Only the major version is included in the header of generated spec files.
|
# Only the major version is included in the header of generated spec files.
|
||||||
__version__ = "25.0.0"
|
__version__ = "25.0.1"
|
||||||
|
|
||||||
TARGET_ARCHES = [
|
TARGET_ARCHES = [
|
||||||
"x86_64",
|
"x86_64",
|
||||||
|
|
Loading…
Reference in a new issue