Skip to content

Commit ba726df

Browse files
committed
Bump version 0.5.1
1 parent 7491eb2 commit ba726df

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v0.5.1](https://github.com/yuuki/lstf/compare/v0.5.0...v0.5.1) (2019-06-12)
4+
5+
* Ignore 'readlink: no such file or directory' [#16](https://github.com/yuuki/lstf/pull/16) ([yuuki](https://github.com/yuuki))
6+
* Debug option [#15](https://github.com/yuuki/lstf/pull/15) ([yuuki](https://github.com/yuuki))
7+
* Improve displaying process [#14](https://github.com/yuuki/lstf/pull/14) ([yuuki](https://github.com/yuuki))
8+
39
## [v0.5.0](https://github.com/yuuki/lstf/compare/v0.4.3...v0.5.0) (2019-06-08)
410

511
* Aggregating process group [#13](https://github.com/yuuki/lstf/pull/13) ([yuuki](https://github.com/yuuki))

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package main
44
const name = "lstf"
55

66
// version is application version.
7-
const version = "0.5.0"
7+
const version = "0.5.1"
88

99
// commit describes latest git commit hash.
1010
// This is automatically extracted by git describe --always.

0 commit comments

Comments
 (0)