bump: version 0.3.0 → 0.4.0

This commit is contained in:
zontreck 2024-10-05 11:38:06 -07:00
parent d26025457c
commit 7564fd64aa
2 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,18 @@
## 0.4.0 (2024-10-05)
### Feat
- **updater**: per #9, move over synthos updater code
### Refactor
- **nuserver**: finish updating and porting pkgserver
- **updater**: add file extension to installer file
- **updater**: add missing prepared preproc file
- **updater**: port updater to nusystem
- **updater_shim**: finish porting to nu
- **force_start_update**: finish porting force update start script
## 0.3.0 (2024-10-05)
### Feat

View file

@ -3,7 +3,7 @@
"name": "cz_conventional_commits",
"tag_format": "$version",
"version_scheme": "semver",
"version": "0.3.0",
"version": "0.4.0",
"update_changelog_on_bump": true,
"major_version_zero": true
}