From 09a216a8a146fd4949a57695b079a131641ff4e4 Mon Sep 17 00:00:00 2001 From: tsuyoshiwada Date: Mon, 2 Apr 2018 01:16:09 +0900 Subject: [PATCH] release: Release 0.3.2 --- CHANGELOG.md | 8 +++++++- cmd/git-chglog/version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8f2e1d..9bd03dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] + +## [0.3.2] - 2018-04-02 +### Bug Fixes +- Fix color output bug in windows help command + ## [0.3.1] - 2018-03-15 ### Bug Fixes @@ -65,7 +70,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.1...HEAD +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.3.2...HEAD +[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 [0.2.0]: https://github.com/git-chglog/git-chglog/compare/0.1.0...0.2.0 diff --git a/cmd/git-chglog/version.go b/cmd/git-chglog/version.go index 0ea1c4b5..1f258b0e 100644 --- a/cmd/git-chglog/version.go +++ b/cmd/git-chglog/version.go @@ -1,4 +1,4 @@ package main // Version of git-chglog cli client -const Version = "0.3.1" +const Version = "0.3.2"