We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcdc52 commit fc66115Copy full SHA for fc66115
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## [v0.5.4](https://github.com/yuuki/lstf/compare/v0.5.3...v0.5.4) (2019-06-14)
8
9
* JSONize process field [#18](https://github.com/yuuki/lstf/pull/18) ([yuuki](https://github.com/yuuki))
version.go
@@ -4,7 +4,7 @@ package main
const name = "lstf"
// version is application version.
-const version = "0.5.4"
+const version = "0.6.0"
// commit describes latest git commit hash.
10
// This is automatically extracted by git describe --always.
0 commit comments