Release 24.3.3
This commit is contained in:
parent
294741a2b1
commit
a841ba0c1c
2 changed files with 7 additions and 1 deletions
6
NEWS
6
NEWS
|
@ -1,5 +1,11 @@
|
|||
rust2rpm
|
||||
|
||||
Version 24.3.3
|
||||
==============
|
||||
|
||||
This release is a hotfix for v24.3.2 to address an undefined variable issue in
|
||||
the changed logic for storing `.crate` files that was introduced in v24.3.2.
|
||||
|
||||
Version 24.3.2
|
||||
==============
|
||||
|
||||
|
|
|
@ -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__ = "24.3.2"
|
||||
__version__ = "24.3.3"
|
||||
|
||||
TARGET_ARCHES = [
|
||||
"x86_64",
|
||||
|
|
Loading…
Reference in a new issue