From c7e7d2fadead6d81c8594a2280ea2c0238536823 Mon Sep 17 00:00:00 2001 From: Songmu Date: Sun, 17 Feb 2019 04:34:05 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.0.3 ## [0.0.3](https://github.com/Songmu/godzil/compare/v0.0.2...0.0.3) (2019-02-17) * enhance commit log when releasing [#11](https://github.com/Songmu/godzil/pull/11) ([Songmu](https://github.com/Songmu)) --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01215f..c0f5ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.0.3](https://github.com/Songmu/godzil/compare/v0.0.2...0.0.3) (2019-02-17) + +* enhance commit log when releasing [#11](https://github.com/Songmu/godzil/pull/11) ([Songmu](https://github.com/Songmu)) + ## [0.0.2](https://github.com/Songmu/godzil/compare/v0.0.1...0.0.2) (2019-02-17) * introduce go.mod [#10](https://github.com/Songmu/godzil/pull/10) ([Songmu](https://github.com/Songmu)) diff --git a/version.go b/version.go index 077b0da..60fb931 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package godzil -const version = "0.0.2" +const version = "0.0.3" var revision = "HEAD"