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 9ad2d00 commit 0bb816bCopy full SHA for 0bb816b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## [v0.0.3](https://github.com/knqyf263/utern/compare/v0.0.2...v0.0.3) (2019-11-18)
8
9
* add Makefile and introduce godzil for releng [#11](https://github.com/knqyf263/utern/pull/11) ([Songmu](https://github.com/Songmu))
main.go
@@ -14,7 +14,7 @@ import (
14
"github.com/urfave/cli"
15
)
16
17
-const version = "0.0.3"
+const version = "0.0.4"
18
19
var commit string
20
0 commit comments