release: Release 0.7.0

This commit is contained in:
tsuyoshiwada 2018-05-06 14:49:19 +09:00
parent 5ad4cab298
commit 594ec82eaf
2 changed files with 13 additions and 2 deletions

View file

@ -6,6 +6,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
## [Unreleased]
<a name="0.7.0"></a>
## [0.7.0] - 2018-05-06
### Bug Fixes
- Remove accidentally added `Unreleased.Tag`
### Features
- Add URL of output example for template style
- Add `--next-tag` flag (experimental)
<a name="0.6.0"></a>
## [0.6.0] - 2018-05-04
### Features
@ -107,7 +117,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.6.0...HEAD
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.7.0...HEAD
[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
[0.4.0]: https://github.com/git-chglog/git-chglog/compare/0.3.3...0.4.0

View file

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