mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
release: Release 0.1.0
This commit is contained in:
parent
8fb0c7f482
commit
bb9daaf163
1 changed files with 21 additions and 0 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,6 +1,27 @@
|
|||
# CHANGELOG
|
||||
|
||||
|
||||
<a name="0.1.0"></a>
|
||||
## [0.1.0](https://github.com/git-chglog/git-chglog/compare/0.0.2...0.1.0) (2018-02-25)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fix a bug that `Commit.Revert.Header` is not converted by `GitHubProcessor`
|
||||
* Fix error message when `Tag` can not be acquired
|
||||
* Fix `Revert` of template created by Initializer
|
||||
|
||||
### Code Refactoring
|
||||
|
||||
* Refactor `Initializer` to testable
|
||||
|
||||
### Features
|
||||
|
||||
* Supports annotated git-tag and adds `Tag.Subject` field [#3](https://github.com/git-chglog/git-chglog/issues/3)
|
||||
* Remove commit message preview on select format
|
||||
* Add Git Basic to commit message format
|
||||
* Add preview to the commit message format of `--init` option
|
||||
|
||||
|
||||
<a name="0.0.2"></a>
|
||||
## [0.0.2](https://github.com/git-chglog/git-chglog/compare/0.0.1...0.0.2) (2018-02-19)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue