chore(changelog): generate v0.2.0

main
Tran Hau 2021-01-18 17:56:29 +07:00
parent e17e7cf4f3
commit e98a75e8a9
1 changed files with 70 additions and 0 deletions

View File

@ -1,5 +1,75 @@
# CHANGELOG
## v0.2.0 (2021-1-18)
### Added
- feat(config): replace configs path to config
- feat: remove config path completly
- feat: revert use absolute path to copy configs
- feat: remove path flags
- feat: use absolute path to copy configs
- feat: add update cmd
- feat: add update config
- feat: add install config using my own copy pkg
- feat(config): split files and folders
- feat: add config loading
- feat: skeleton install, update command
- feat: skeleton go cli app
### Fixed
- fix(config): correct copy dir
### Others
- chore: add bat config
- chore: cleanup unused config
- build: bumpd copy-go v0.3.0
- chore: remove unused file
- chore(readme): correct github linter badge
- chore(readme): add github badges
- chore: add golang in github action
- chore(readme): add guide
- chore: update from my config
- chore: ignore build file
- chore(config): add stackoverflow comments
- refactor: use remove and copy to reduce boiler plate code
- build: bump copy-go v0.2.0
- chore: update configs
- chore: add gitignore
- chore: add github action linter
- chore: add MIT LICENSE
- chore(changelog): generate v0.1.0
## v0.1.0 (2021-1-12)
### Others