chore: generate CHANGELOG v0.2.0
parent
c435f22831
commit
9857323da0
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -1,5 +1,35 @@
|
|||
# CHANGELOG
|
||||
|
||||
## v0.2.0 (2020-11-10)
|
||||
|
||||
### Added
|
||||
|
||||
- feat: add exclude-to, include-to flag
|
||||
|
||||
- feat: add log include to revision in git
|
||||
|
||||
### Fixed
|
||||
|
||||
- fix: empty CHANGELOG title when no new commits
|
||||
|
||||
- fix: correct exclude-to, include-to revision when get commits
|
||||
|
||||
### Others
|
||||
|
||||
- chore: correct exclude-to, include-to flag when log
|
||||
|
||||
- docs: add github markdown in comment
|
||||
|
||||
- refactor: remove useless return error in git
|
||||
|
||||
- docs: add comment for git methods
|
||||
|
||||
- refactor: move name, description in cli app to const
|
||||
|
||||
- build: update go.mod
|
||||
|
||||
- chore: generate CHANGELOG v0.1.0
|
||||
|
||||
## v0.1.0 (2020-11-10)
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Reference in New Issue