Skip to content

Commit

Permalink
release: Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed Apr 7, 2018
1 parent 65eee62 commit 765f0c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## [Unreleased]

<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
Expand Down Expand Up @@ -70,7 +75,8 @@ 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.3.2...HEAD
[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.3.3...HEAD
[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
[0.3.1]: https://github.com/git-chglog/git-chglog/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/git-chglog/git-chglog/compare/0.2.0...0.3.0
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.3.2"
const Version = "0.3.3"

0 comments on commit 765f0c9

Please sign in to comment.