release: Release 0.0.2

This commit is contained in:
tsuyoshiwada 2018-02-19 22:46:49 +09:00
parent 491028989e
commit 2040904731
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,19 @@
# CHANGELOG
<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)
### Bug Fixes
* Fix `Revert` of template created by Initializer
### Features
* Add Git Basic to commit message format
* Add preview to the commit message format of `--init` option
<a name="0.0.1"></a>
## 0.0.1 (2018-02-18)

View file

@ -1,4 +1,4 @@
package main
// Version of git-chglog cli client
const Version = "0.0.1"
const Version = "0.0.2"