bump: version 0.2.1 → 0.3.0
This commit is contained in:
parent
451530b054
commit
751e26141a
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
|||
## 0.3.0 (2024-10-05)
|
||||
|
||||
### Feat
|
||||
|
||||
- **scheduler**: implement: #8 - finished basic scheduler subsystem
|
||||
- **scheduler**: begin to implement task scheduler per #8
|
||||
|
||||
### Refactor
|
||||
|
||||
- **settings**: utilize callbacks to resolve todo item
|
||||
|
||||
## 0.2.1 (2024-10-04)
|
||||
|
||||
### Fix
|
||||
|
|
2
cz.json
2
cz.json
|
@ -3,7 +3,7 @@
|
|||
"name": "cz_conventional_commits",
|
||||
"tag_format": "$version",
|
||||
"version_scheme": "semver",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"update_changelog_on_bump": true,
|
||||
"major_version_zero": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue