From 68b5f56514c104ba849499cb07dcb44d474f19c9 Mon Sep 17 00:00:00 2001 From: Songmu Date: Sun, 10 Feb 2019 18:53:14 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.3.0 --- CHANGELOG.md | 9 +++++++++ version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f05e2..b124a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.3.0](https://github.com/Songmu/horenso/compare/v0.2.0...v0.3.0) (2019-02-10) + +* Update deps [#24](https://github.com/Songmu/horenso/pull/24) ([Songmu](https://github.com/Songmu)) +* add --log option [#23](https://github.com/Songmu/horenso/pull/23) ([Songmu](https://github.com/Songmu)) +* refine timestamp format in timestampWriter [#22](https://github.com/Songmu/horenso/pull/22) ([Songmu](https://github.com/Songmu)) +* Add verbose option to output `horenso` itself log output [#21](https://github.com/Songmu/horenso/pull/21) ([Songmu](https://github.com/Songmu)) +* refactorings [#20](https://github.com/Songmu/horenso/pull/20) ([Songmu](https://github.com/Songmu)) +* update README [#18](https://github.com/Songmu/horenso/pull/18) ([dozen](https://github.com/dozen)) + ## [v0.2.0](https://github.com/Songmu/horenso/compare/v0.1.0...v0.2.0) (2018-01-16) * update deps (wrapcommander) [#17](https://github.com/Songmu/horenso/pull/17) ([Songmu](https://github.com/Songmu)) diff --git a/version.go b/version.go index b7ece28..40a904e 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package horenso -const version = "0.2.0" +const version = "0.3.0" var revision = "Devel"