From bb9daaf163b044bfa06167de8afc1e2d660d6989 Mon Sep 17 00:00:00 2001 From: tsuyoshiwada Date: Sun, 25 Feb 2018 16:26:11 +0900 Subject: [PATCH] release: Release 0.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30613c9e..85dc7984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # CHANGELOG + +## [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 + + ## [0.0.2](https://github.com/git-chglog/git-chglog/compare/0.0.1...0.0.2) (2018-02-19)