release: Release 0.8.0

This commit is contained in:
tsuyoshiwada 2019-02-23 22:28:36 +09:00
parent b7edc16a49
commit 86d67ce2f0
2 changed files with 10 additions and 3 deletions

View file

@ -1,11 +1,17 @@
# CHANGELOG
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
<a name="unreleased"></a>
## [Unreleased]
<a name="0.8.0"></a>
## [0.8.0] - 2019-02-23
### Features
- add the contains, hasPrefix, hasSuffix, replace, lower and upper functions to the template functions map
<a name="0.7.1"></a>
## [0.7.1] - 2018-11-10
### Bug Fixes
@ -123,7 +129,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.1...HEAD
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.8.0...HEAD
[0.8.0]: https://github.com/git-chglog/git-chglog/compare/0.7.1...0.8.0
[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

View file

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