File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.7.1] ( https://github.com/yuuki/lstf/compare/v0.7.0...v0.7.1 ) (2021-03-14)
4+
5+ * avoid too many open files error [ #30 ] ( https://github.com/yuuki/lstf/pull/30 ) ([ yuuki] ( https://github.com/yuuki ) )
6+ * fix typo [ #29 ] ( https://github.com/yuuki/lstf/pull/29 ) ([ dmitris] ( https://github.com/dmitris ) )
7+ * bump version Go 1.15 [ #28 ] ( https://github.com/yuuki/lstf/pull/28 ) ([ yuuki] ( https://github.com/yuuki ) )
8+
39## [ v0.7.0] ( https://github.com/yuuki/lstf/compare/v0.6.0...v0.7.0 ) (2021-01-11)
410
511* Migrate CI to GitHub Action [ #27 ] ( https://github.com/yuuki/lstf/pull/27 ) ([ yuuki] ( https://github.com/yuuki ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package main
44const name = "lstf"
55
66// version is application version.
7- const version = "0.7.0 "
7+ const version = "0.7.1 "
88
99// commit describes latest git commit hash.
1010// This is automatically extracted by git describe --always.
You can’t perform that action at this time.
0 commit comments