From 36d0a626d2e5ce60881aa209adc932a0419d628e Mon Sep 17 00:00:00 2001 From: y_uuki Date: Thu, 1 Mar 2018 07:13:43 +0900 Subject: [PATCH] Bump version 0.1.1 --- CHANGELOG.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 582c36f..e799a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.1.1](https://github.com/yuuki/lsconntrack/compare/v0.1.0...v0.1.1) (2018-03-01) + +* Fix panic that occurs when no pakcets or bytes item [#3](https://github.com/yuuki/lsconntrack/pull/3) ([yuuki](https://github.com/yuuki)) +* Adopt listening ports as default ports [#2](https://github.com/yuuki/lsconntrack/pull/2) ([yuuki](https://github.com/yuuki)) + ## [v0.1.0](https://github.com/yuuki/lsconntrack/compare/...v0.1.0) (2018-02-27) * Initial release diff --git a/version.go b/version.go index 0baf962..7e313d8 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package main const name = "lsconntrack" // version is application version. -const version = "0.1.0" +const version = "0.1.1" // commit describes latest git commit hash. // This is automatically extracted by git describe --always.