Skip to content

Commit 0bb816b

Browse files
committed
Checking in changes prior to tagging of version v0.0.4
## [v0.0.4](v0.0.3...v0.0.4) (2019-11-22) * Fix spinner output to stderr [#12](#12) ([kawaz](https://github.com/kawaz))
1 parent 9ad2d00 commit 0bb816b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [v0.0.4](https://github.com/knqyf263/utern/compare/v0.0.3...v0.0.4) (2019-11-22)
4+
5+
* Fix spinner output to stderr [#12](https://github.com/knqyf263/utern/pull/12) ([kawaz](https://github.com/kawaz))
6+
37
## [v0.0.3](https://github.com/knqyf263/utern/compare/v0.0.2...v0.0.3) (2019-11-18)
48

59
* add Makefile and introduce godzil for releng [#11](https://github.com/knqyf263/utern/pull/11) ([Songmu](https://github.com/Songmu))

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.3"
17+
const version = "0.0.4"
1818

1919
var commit string
2020

0 commit comments

Comments
 (0)