bump: version 1.1.0rc0 → 1.1.0rc1
This commit is contained in:
parent
4b2d5eb19a
commit
6f461868c3
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
## 1.1.0rc1 (2024-10-30)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- update dependencies
|
||||||
|
- translation
|
||||||
|
|
||||||
## 1.1.0rc0 (2024-10-29)
|
## 1.1.0rc0 (2024-10-29)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail"
|
name = "rougail"
|
||||||
version = "1.1.0rc0"
|
version = "1.1.0rc1"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
|
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
|
||||||
]
|
]
|
||||||
|
@ -43,5 +43,5 @@ dev = [
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
tag_format = "$version"
|
tag_format = "$version"
|
||||||
version_scheme = "pep440"
|
version_scheme = "pep440"
|
||||||
version_provider = ""
|
version_provider = "pep621"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
|
|
Loading…
Reference in a new issue