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