Skip to content

Commit

Permalink
release: Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed May 4, 2018
1 parent 3f49f93 commit 774bdce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/git-chglog/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version of git-chglog cli client
const Version = "0.4.0"
const Version = "0.5.0"

0 comments on commit 774bdce

Please sign in to comment.