Release 25.0.2
This commit is contained in:
parent
e7946fa571
commit
e879c9f857
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
Version 25.0.2
|
||||
==============
|
||||
|
||||
- Ensure that "hidden" features in the rust2rpm configuration file
|
||||
are valid feature names during validation.
|
||||
- Update test fixtures for fixes / changes in cargo2rpm v0.1.13.
|
||||
|
||||
Version 25.0.1
|
||||
==============
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cargo2rpm>=0.1.12
|
||||
cargo2rpm>=0.1.13
|
||||
jinja2
|
||||
jsonschema
|
||||
pyparsing
|
||||
|
|
|
@ -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.1"
|
||||
__version__ = "25.0.2"
|
||||
|
||||
TARGET_ARCHES = [
|
||||
"x86_64",
|
||||
|
|
Loading…
Reference in a new issue