bump: version 0.1.0 → 0.2.0
This commit is contained in:
parent
e03021b449
commit
0c20396baf
2 changed files with 11 additions and 1 deletions
2
.cz.toml
2
.cz.toml
|
@ -2,6 +2,6 @@
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
tag_format = "$version"
|
tag_format = "$version"
|
||||||
version_scheme = "semver"
|
version_scheme = "semver"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
major_version_zero = true
|
major_version_zero = true
|
||||||
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
## 0.2.0 (2025-05-26)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- Add config file for halloy
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **.stowrc**: spelling mistake fix
|
||||||
|
|
||||||
## 0.1.0 (2025-05-26)
|
## 0.1.0 (2025-05-26)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue