From e410ef45167b6f6419fc573835da4d1295c8f3fa Mon Sep 17 00:00:00 2001 From: y_uuki Date: Thu, 27 Feb 2020 08:56:53 +0900 Subject: [PATCH] Bump version 0.1.2 --- CHANGELOG.md | 6 ++++++ version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fd7a3b..f0529a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.1.2](https://github.com/yuuki/transtracer/compare/v0.1.1...v0.1.2) (2020-02-27) + +* Go version 1.14.0 [#11](https://github.com/yuuki/transtracer/pull/11) ([yuuki](https://github.com/yuuki)) +* Improve resource utilization [#10](https://github.com/yuuki/transtracer/pull/10) ([yuuki](https://github.com/yuuki)) +* Put a copy of yuuki/lstf code [#9](https://github.com/yuuki/transtracer/pull/9) ([yuuki](https://github.com/yuuki)) + ## [v0.1.1](https://github.com/yuuki/transtracer/compare/v0.1.0...v0.1.1) (2019-11-24) * Print both active and passive flows with --ipv4 option [#8](https://github.com/yuuki/transtracer/pull/8) ([yuuki](https://github.com/yuuki)) diff --git a/version/version.go b/version/version.go index 59e211e3..8801b778 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ import ( const name = "transtracer" // version is application version. -const version = "0.1.1" +const version = "0.1.2" // commit describes latest git commit hash. // This is automatically extracted by git describe --always.