Release 26.1.1

This commit is contained in:
Fabio Valentini 2024-05-16 11:30:21 +02:00
parent 0a2810ed0c
commit e644640229
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF
2 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,16 @@
Version 26.1.1
==============
This release includes a minor bugfix for including additional Source and Patch
files in `rust2rpm.toml` - comments are no longer accidentally prefixed with
`# ` twice.
Additionally, the tox configuration now includes a workaround to use the stable
Python ABI when building against a version of CPython that is not officially
supported by PyO3 yet.
Version 26.1.0
==========
==============
This release includes some quality-of-life improvements and fixes for minor
issues. Some of the changes in this release cause slightly different spec files

View file

@ -12,7 +12,7 @@ __all__ = ["licensing"]
# release of the last minor version.
#
# Only the major version is included in the header of generated spec files.
__version__ = "26.1.0"
__version__ = "26.1.1"
TARGET_ARCHES = [
"x86_64",