Skip to content

Commit fc66115

Browse files
committed
Bump version 0.6.0
1 parent 9bcdc52 commit fc66115

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [v0.6.0](https://github.com/yuuki/lstf/compare/v0.5.4...v0.6.0) (2019-08-20)
4+
5+
* --filter option [#19](https://github.com/yuuki/lstf/pull/19) ([yuuki](https://github.com/yuuki))
6+
37
## [v0.5.4](https://github.com/yuuki/lstf/compare/v0.5.3...v0.5.4) (2019-06-14)
48

59
* JSONize process field [#18](https://github.com/yuuki/lstf/pull/18) ([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.4"
7+
const version = "0.6.0"
88

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

0 commit comments

Comments
 (0)