diff --git a/dunamai-1.23.0.tar.gz b/dunamai-1.23.0.tar.gz deleted file mode 100644 index 4ea6263a5df2becf2f7824ae693f7631b0bfc174..0000000000000000000000000000000000000000 Binary files a/dunamai-1.23.0.tar.gz and /dev/null differ diff --git a/dunamai-1.25.0.tar.gz b/dunamai-1.25.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d3da42455d597447b6d125ed28e9922ff36b47c1 Binary files /dev/null and b/dunamai-1.25.0.tar.gz differ diff --git a/python-dunamai.spec b/python-dunamai.spec index b56c476d55636d3548bc14a8b273603fe03b8fc2..541a2ec977c87e66ff5830ada05691d71b2eefa6 100644 --- a/python-dunamai.spec +++ b/python-dunamai.spec @@ -6,7 +6,7 @@ continuous integration and releasing new versions of your software simply by creating a tag.} Name: python-dunamai -Version: 1.23.0 +Version: 1.25.0 Release: 1 Summary: Dynamic version generation License: MIT @@ -45,6 +45,12 @@ BuildRequires: python3-poetry-core %{python3_sitelib}/dunamai/ %changelog +* Tue Aug 05 2025 zengliwen -1.25.0-1 +- update package to version 1.25.0 +- Added commit_prefix option to Version.serialize() to insert a prefix when serializing commit IDs. +- Added escape_with option to Version.serialize() to customize how branch names are escaped. +- Fixed: Deprecation warning from re.sub() using Python 3.13+. + * Sun Dec 22 2024 sqfu - 1.23.0-1 - update package to version 1.23.0 - Added: {major}, {minor}, and {patch} format placeholders