From 4a9b3ef65ac1e9b8087db194eafdea2671d124eb Mon Sep 17 00:00:00 2001 From: tsuyoshiwada Date: Thu, 15 Mar 2018 11:49:21 +0900 Subject: [PATCH] release: Release 0.3.1 --- CHANGELOG.md | 14 ++++++++++---- cmd/git-chglog/version.go | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409b0249..1d8f2e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] - -## [0.0.3] - 2018-03-12 + +## [0.3.1] - 2018-03-15 +### Bug Fixes +- Fix preview string of commit subject ([@kt3k](https://github.com/kt3k)) + + +## [0.3.0] - 2018-03-12 ### Features - Add support for GitLab :tada: @@ -60,8 +65,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.0.3...HEAD -[0.0.3]: https://github.com/git-chglog/git-chglog/compare/0.2.0...0.0.3 +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.3.1...HEAD +[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 [0.1.0]: https://github.com/git-chglog/git-chglog/compare/0.0.2...0.1.0 [0.0.2]: https://github.com/git-chglog/git-chglog/compare/0.0.1...0.0.2 diff --git a/cmd/git-chglog/version.go b/cmd/git-chglog/version.go index dbe82ae2..0ea1c4b5 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.0" +const Version = "0.3.1"