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 a4283ae commit ac360b3Copy full SHA for ac360b3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [v0.1.0](https://github.com/knqyf263/utern/compare/v0.0.9...v0.1.0) (2020-04-07)
4
+
5
+* fix README [#19](https://github.com/knqyf263/utern/pull/19) ([d-tsuji](https://github.com/d-tsuji))
6
+* Consider the case when log stream has no log events [#18](https://github.com/knqyf263/utern/pull/18) ([yutachaos](https://github.com/yutachaos))
7
8
## [v0.0.9](https://github.com/knqyf263/utern/compare/v0.0.8...v0.0.9) (2020-02-22)
9
10
main.go
@@ -14,7 +14,7 @@ import (
14
"github.com/urfave/cli"
15
)
16
17
-const version = "0.0.9"
+const version = "0.1.0"
18
19
var commit string
20
0 commit comments