release: Release 0.7.1

This commit is contained in:
tsuyoshiwada 2018-11-10 10:34:29 +09:00
parent 1d2781fb22
commit 44fcaed553
2 changed files with 9 additions and 2 deletions

View file

@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
## [Unreleased]
<a name="0.7.1"></a>
## [0.7.1] - 2018-11-10
### Bug Fixes
- Panic occured when exec --next-tag with HEAD with tag
<a name="0.7.0"></a>
## [0.7.0] - 2018-05-06
### Bug Fixes
@ -117,7 +123,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
- First implement
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.7.0...HEAD
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.7.1...HEAD
[0.7.1]: https://github.com/git-chglog/git-chglog/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/git-chglog/git-chglog/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/git-chglog/git-chglog/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/git-chglog/git-chglog/compare/0.4.0...0.5.0

View file

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