Skip to content

Commit c22cfc0

Browse files
committed
Bump version 0.7.0
1 parent bfa5367 commit c22cfc0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [v0.7.0](https://github.com/yuuki/lstf/compare/v0.6.0...v0.7.0) (2021-01-11)
4+
5+
* Migrate CI to GitHub Action [#27](https://github.com/yuuki/lstf/pull/27) ([yuuki](https://github.com/yuuki))
6+
* Watch mode [#24](https://github.com/yuuki/lstf/pull/24) ([yuuki](https://github.com/yuuki))
7+
* fix an error of parsing comm including white spaces [#26](https://github.com/yuuki/lstf/pull/26) ([yuuki](https://github.com/yuuki))
8+
* Fix an error of parsing spesific comm pattern [#25](https://github.com/yuuki/lstf/pull/25) ([yuuki](https://github.com/yuuki))
9+
* improving resource utilization [#23](https://github.com/yuuki/lstf/pull/23) ([yuuki](https://github.com/yuuki))
10+
* Go 1.13 and updating some modules [#21](https://github.com/yuuki/lstf/pull/21) ([yuuki](https://github.com/yuuki))
11+
* Display both name and ipaddr [#20](https://github.com/yuuki/lstf/pull/20) ([yuuki](https://github.com/yuuki))
12+
313
## [v0.6.0](https://github.com/yuuki/lstf/compare/v0.5.4...v0.6.0) (2019-08-20)
414

515
* --filter option [#19](https://github.com/yuuki/lstf/pull/19) ([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.6.0"
7+
const version = "0.7.0"
88

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

0 commit comments

Comments
 (0)