bump: version 1.0.1 → 1.0.2

This commit is contained in:
egarette@silique.fr 2024-01-28 20:43:45 +01:00
parent 84e36d57e4
commit 5ff71c5ecb
2 changed files with 21 additions and 1 deletions

13
CHANGELOG.md Normal file
View file

@ -0,0 +1,13 @@
## 1.0.2 (2024-01-28)
### Fix
- 2023 => 2024
- correction for calculated variable with a variable in a dynamic family
## 1.0.1 (2024-01-28)
### Feat
- documentation
- new format 1.0

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail"
version = "1.0.1"
version = "1.0.2"
authors = [
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
]
@ -31,3 +31,10 @@ dependencies = [
dev = [
"pylint ~= 3.0.3",
]
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version_provider = "pep621"
update_changelog_on_bump = true