From 1032ec4234e0c1a9779d6173e246cb9293dbb470 Mon Sep 17 00:00:00 2001 From: y_uuki Date: Tue, 19 Jun 2018 04:57:20 +0900 Subject: [PATCH] Bump version 0.4.3 --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d70338d..616864f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.4.3](https://github.com/yuuki/lstf/compare/v0.4.2...v0.4.3) (2018-06-19) + +* Improve performance by removing the inode and pid process [#9](https://github.com/yuuki/lstf/pull/9) ([yuuki](https://github.com/yuuki)) + ## [v0.4.2](https://github.com/yuuki/lstf/compare/v0.4.1...v0.4.2) (2018-06-19) * Add fallback to procfs after try netlink [#8](https://github.com/yuuki/lstf/pull/8) ([yuuki](https://github.com/yuuki)) diff --git a/version.go b/version.go index bd0216b..2ce2e21 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package main const name = "lstf" // version is application version. -const version = "0.4.2" +const version = "0.4.3" // commit describes latest git commit hash. // This is automatically extracted by git describe --always.