From 1a427b8d97017b22cbeadb1c47ca664683b730ee Mon Sep 17 00:00:00 2001 From: y_uuki Date: Sun, 4 Mar 2018 18:18:54 +0900 Subject: [PATCH] Bump version 0.3.0 --- CHANGELOG.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48fab11..7e7e466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.3.0](https://github.com/yuuki/lsconntrack/compare/v0.2.0...v0.3.0) (2018-03-04) + +* Change json format [#10](https://github.com/yuuki/lsconntrack/pull/10) ([yuuki](https://github.com/yuuki)) +* Improve JSON output [#9](https://github.com/yuuki/lsconntrack/pull/9) ([yuuki](https://github.com/yuuki)) + ## [v0.2.0](https://github.com/yuuki/lsconntrack/compare/v0.1.2...v0.2.0) (2018-03-04) * Add --numeric option [#8](https://github.com/yuuki/lsconntrack/pull/8) ([yuuki](https://github.com/yuuki)) diff --git a/version.go b/version.go index a1b9f00..228e717 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package main const name = "lsconntrack" // version is application version. -const version = "0.2.0" +const version = "0.3.0" // commit describes latest git commit hash. // This is automatically extracted by git describe --always.