Compare commits

..

No commits in common. "c3bb590415c41664c2f425829f6ab1656c3cdcee" and "952069a865ca6f2caa62afdaa084bffa8840a9c5" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View file

@ -1,9 +1,3 @@
## 5.0.0 (2024-11-01)
### Fix
- add changelog_merge_prerelease to commitizen
## 5.0.0rc0 (2024-11-01)
### Feat

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "tiramisu"
version = "5.0.0"
version = "5.0.0rc0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "an options controller tool"
@ -33,4 +33,3 @@ tag_format = "$version"
version_scheme = "pep440"
version_provider = "pep621"
update_changelog_on_bump = true
changelog_merge_prerelease = true