release: Release 0.5.0

This commit is contained in:
tsuyoshiwada 2018-05-04 16:49:53 +09:00
parent 3f49f9338f
commit 774bdce700
2 changed files with 22 additions and 2 deletions

View file

@ -4,31 +4,46 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
## [Unreleased]
## [0.5.0] - 2018-05-04
### Bug Fixes
- Add unreleased commits section to keep-a-changelog template [#15](https://github.com/git-chglog/git-chglog/issues/15)
### Features
- Update template format to human readable
- Add `Unreleased` field to `RenderData`
<a name="0.4.0"></a>
## [0.4.0] - 2018-04-14
### Features
- Add support for Bitbucket :tada:
<a name="0.3.3"></a>
## [0.3.3] - 2018-04-07
### Features
- Change to kindly error message when git-tag does not exist
<a name="0.3.2"></a>
## [0.3.2] - 2018-04-02
### Bug Fixes
- Fix color output bug in windows help command
<a name="0.3.1"></a>
## [0.3.1] - 2018-03-15
### Bug Fixes
- Fix preview string of commit subject ([@kt3k](https://github.com/kt3k))
<a name="0.3.0"></a>
## [0.3.0] - 2018-03-12
### Features
- Add support for GitLab :tada:
<a name="0.2.0"></a>
## [0.2.0] - 2018-03-02
### Features
@ -39,6 +54,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
- Support Windows colors :tada: ([@mattn](https://github.com/mattn))
- Fixed several bugs in Windows
<a name="0.1.0"></a>
## [0.1.0] - 2018-02-25
### Bug Fixes
@ -54,6 +70,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
- Add Git Basic to commit message format
- Add preview to the commit message format of `--init` option
<a name="0.0.2"></a>
## [0.0.2] - 2018-02-18
### Bug Fixes
@ -62,6 +79,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### Features
- Add preview to the commit message format of `--init` option
<a name="0.0.1"></a>
## 0.0.1 - 2018-02-18
### Bug Fixes
@ -80,7 +98,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
- Add MergeCommits and RevertCommits
- First implement
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.4.0...HEAD
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.5.0...HEAD
[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
[0.3.3]: https://github.com/git-chglog/git-chglog/compare/0.3.2...0.3.3
[0.3.2]: https://github.com/git-chglog/git-chglog/compare/0.3.1...0.3.2

View file

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