chore(changelog): generate v0.2.0

main
sudo pacman -Syu 2022-07-22 23:01:35 +07:00
parent 358725abf1
commit 3141645fe5
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 26 additions and 0 deletions

View File

@ -1,5 +1,31 @@
# CHANGELOG
## v0.2.0 (2022-07-22)
### Added
- feat: split depsURL and despFile (2022-07-22)
- feat: auto git commit (2022-07-22)
### Fixed
- fix: no need wrap git commit message in "" (2022-07-22)
### Others
- chore: add license MIT (2022-07-22)
- chore: update README (2022-07-22)
- chore: skip go mod if dry run (2022-07-22)
- refactor: split each run business (2022-07-22)
- chore: ignore auto commit when dry run (2022-07-22)
- chore(changelog): generate v0.1.1 (2022-07-22)
## v0.1.1 (2022-07-22)
### Others