mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
release: Release 0.8.0
This commit is contained in:
parent
b7edc16a49
commit
86d67ce2f0
2 changed files with 10 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue