bump: version 4.0.1 → 4.0.2
This commit is contained in:
parent
7f2d6b03e0
commit
ff4f5abae4
3 changed files with 19 additions and 1 deletions
6
.cz.toml
Normal file
6
.cz.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[tool.commitizen]
|
||||||
|
name = "cz_conventional_commits"
|
||||||
|
tag_format = "$version"
|
||||||
|
version_scheme = "semver"
|
||||||
|
version = "4.0.2"
|
||||||
|
update_changelog_on_bump = true
|
12
CHANGELOG.md
Normal file
12
CHANGELOG.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
## 4.0.2 (2024-02-20)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- sub dynamic in sub dynamic family
|
||||||
|
|
||||||
|
## 4.0.1 (2023-12-17)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- documentation
|
||||||
|
- dynamic family can have sub family
|
|
@ -56,4 +56,4 @@ allfuncs.extend(all_options)
|
||||||
del(all_options)
|
del(all_options)
|
||||||
__all__ = tuple(allfuncs)
|
__all__ = tuple(allfuncs)
|
||||||
del(allfuncs)
|
del(allfuncs)
|
||||||
__version__ = "4.0.1"
|
__version__ = "4.1.0"
|
||||||
|
|
Loading…
Reference in a new issue