Skip to content

Commit ac360b3

Browse files
authored
Checking in changes prior to tagging of version v0.1.0 (#21)
1 parent a4283ae commit ac360b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
## [v0.0.9](https://github.com/knqyf263/utern/compare/v0.0.8...v0.0.9) (2020-02-22)
49

510

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/urfave/cli"
1515
)
1616

17-
const version = "0.0.9"
17+
const version = "0.1.0"
1818

1919
var commit string
2020

0 commit comments

Comments
 (0)