From fc66115719dbe27efe174b413ec3603c4e54ef0f Mon Sep 17 00:00:00 2001 From: y_uuki Date: Tue, 20 Aug 2019 11:36:33 +0900 Subject: [PATCH] Bump version 0.6.0 --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ffb46..41ae7b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.6.0](https://github.com/yuuki/lstf/compare/v0.5.4...v0.6.0) (2019-08-20) + +* --filter option [#19](https://github.com/yuuki/lstf/pull/19) ([yuuki](https://github.com/yuuki)) + ## [v0.5.4](https://github.com/yuuki/lstf/compare/v0.5.3...v0.5.4) (2019-06-14) * JSONize process field [#18](https://github.com/yuuki/lstf/pull/18) ([yuuki](https://github.com/yuuki)) diff --git a/version.go b/version.go index f3b6c37..3ea9214 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package main const name = "lstf" // version is application version. -const version = "0.5.4" +const version = "0.6.0" // commit describes latest git commit hash. // This is automatically extracted by git describe --always.