Release 26.1.1
This commit is contained in:
parent
0a2810ed0c
commit
e644640229
2 changed files with 13 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue