File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.5.0] ( https://github.com/yuuki/lstf/compare/v0.4.3...v0.5.0 ) (2019-06-08)
4+
5+ * Aggregating process group [ #13 ] ( https://github.com/yuuki/lstf/pull/13 ) ([ yuuki] ( https://github.com/yuuki ) )
6+ * Add --processes option [ #11 ] ( https://github.com/yuuki/lstf/pull/11 ) ([ yuuki] ( https://github.com/yuuki ) )
7+ * Avoid to fallback to prasing procfs except netlink error [ #12 ] ( https://github.com/yuuki/lstf/pull/12 ) ([ yuuki] ( https://github.com/yuuki ) )
8+ * Migrate to Go modules [ #10 ] ( https://github.com/yuuki/lstf/pull/10 ) ([ yuuki] ( https://github.com/yuuki ) )
9+
310## [ v0.4.3] ( https://github.com/yuuki/lstf/compare/v0.4.2...v0.4.3 ) (2018-06-19)
411
512* Improve performance by removing the inode and pid process [ #9 ] ( https://github.com/yuuki/lstf/pull/9 ) ([ yuuki] ( https://github.com/yuuki ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package main
44const name = "lstf"
55
66// version is application version.
7- const version = "0.4.3 "
7+ const version = "0.5.0 "
88
99// commit describes latest git commit hash.
1010// This is automatically extracted by git describe --always.
You can’t perform that action at this time.
0 commit comments