From 677d8879ffa10adc9f63485bc30cb63e8be47c34 Mon Sep 17 00:00:00 2001 From: Songmu Date: Sun, 17 Feb 2019 03:52:41 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.0.2 --- CHANGELOG.md | 13 +++++++++++++ version.go | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f58c65..d01215f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ # Changelog +## [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)) +* add show-version subcommand [#9](https://github.com/Songmu/godzil/pull/9) ([Songmu](https://github.com/Songmu)) +* add new.go [#8](https://github.com/Songmu/godzil/pull/8) ([Songmu](https://github.com/Songmu)) +* godzil! [#7](https://github.com/Songmu/godzil/pull/7) ([Songmu](https://github.com/Songmu)) +* check the next version is greater than current version or not [#6](https://github.com/Songmu/godzil/pull/6) ([Songmu](https://github.com/Songmu)) +* Detect remote URL and check it on releasing [#5](https://github.com/Songmu/godzil/pull/5) ([Songmu](https://github.com/Songmu)) +* s/gauthor/godzilla/ [#4](https://github.com/Songmu/godzil/pull/4) ([Songmu](https://github.com/Songmu)) +* define release subcommand [#3](https://github.com/Songmu/godzil/pull/3) ([Songmu](https://github.com/Songmu)) +* show changes when releasing [#2](https://github.com/Songmu/godzil/pull/2) ([Songmu](https://github.com/Songmu)) +* detect version declaration files [#1](https://github.com/Songmu/godzil/pull/1) ([Songmu](https://github.com/Songmu)) + ## [0.0.1](https://github.com/Songmu/gauthor/compare/0a300d82cbed...0.0.1) (2019-02-15) diff --git a/version.go b/version.go index 37a61d5..077b0da 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package godzil -const version = "0.0.1" +const version = "0.0.2" var revision = "HEAD"