Skip to content

Commit

Permalink
Bump version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Jun 8, 2019
1 parent b8e3278 commit 797fa0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.5.0](https://github.com/yuuki/lstf/compare/v0.4.3...v0.5.0) (2019-06-08)

* Aggregating process group [#13](https://github.com/yuuki/lstf/pull/13) ([yuuki](https://github.com/yuuki))
* Add --processes option [#11](https://github.com/yuuki/lstf/pull/11) ([yuuki](https://github.com/yuuki))
* Avoid to fallback to prasing procfs except netlink error [#12](https://github.com/yuuki/lstf/pull/12) ([yuuki](https://github.com/yuuki))
* Migrate to Go modules [#10](https://github.com/yuuki/lstf/pull/10) ([yuuki](https://github.com/yuuki))

## [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))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package main
const name = "lstf"

// version is application version.
const version = "0.4.3"
const version = "0.5.0"

// commit describes latest git commit hash.
// This is automatically extracted by git describe --always.
Expand Down

0 comments on commit 797fa0b

Please sign in to comment.