mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
release: Release 0.0.2
This commit is contained in:
parent
491028989e
commit
2040904731
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
|
||||
// Version of git-chglog cli client
|
||||
const Version = "0.0.1"
|
||||
const Version = "0.0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue