From db7b8916b37c6374b9c3fbc341db82d5021446c0 Mon Sep 17 00:00:00 2001 From: Songmu Date: Wed, 10 Apr 2019 00:52:26 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.0.2 ## [v0.0.2](https://github.com/Songmu/gocredits/compare/v0.0.1...v0.0.2) (2019-04-10) * bundle CREDITS file into built package [#1](https://github.com/Songmu/gocredits/pull/1) ([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 fcc0edd..9f3c081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## [v0.0.2](https://github.com/Songmu/gocredits/compare/v0.0.1...v0.0.2) (2019-04-10) + +* bundle CREDITS file into built package [#1](https://github.com/Songmu/gocredits/pull/1) ([Songmu](https://github.com/Songmu)) + ## [v0.0.1](https://github.com/Songmu/gocredits/compare/c60a0691deb4...v0.0.1) (2019-04-10) diff --git a/version.go b/version.go index bfd7770..d037b0d 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package gocredits -const version = "0.0.1" +const version = "0.0.2" var revision = "HEAD"