diff --git a/CHANGELOG.md b/CHANGELOG.md index be4da16..fa442b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ============== diff --git a/requirements.txt b/requirements.txt index d443463..2863cd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cargo2rpm>=0.1.12 +cargo2rpm>=0.1.13 jinja2 jsonschema pyparsing diff --git a/rust2rpm/__init__.py b/rust2rpm/__init__.py index df81c5c..69f6bef 100644 --- a/rust2rpm/__init__.py +++ b/rust2rpm/__init__.py @@ -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",