From e879c9f8570b77e863d902ec933c3069033c5619 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 18 Nov 2023 01:07:31 +0100 Subject: [PATCH] Release 25.0.2 --- CHANGELOG.md | 7 +++++++ requirements.txt | 2 +- rust2rpm/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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",