bump: version 0.0.1 → 0.1.0
This commit is contained in:
parent
c34283eb35
commit
3855157441
2 changed files with 6 additions and 2 deletions
|
@ -1 +1,5 @@
|
||||||
## Unreleased
|
## 0.1.0 (2024-10-04)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **settings.lsl**: begin implementation of settings module
|
||||||
|
|
2
cz.json
2
cz.json
|
@ -3,7 +3,7 @@
|
||||||
"name": "cz_conventional_commits",
|
"name": "cz_conventional_commits",
|
||||||
"tag_format": "$version",
|
"tag_format": "$version",
|
||||||
"version_scheme": "semver",
|
"version_scheme": "semver",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"update_changelog_on_bump": true,
|
"update_changelog_on_bump": true,
|
||||||
"major_version_zero": true
|
"major_version_zero": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue