Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.0.4
Browse files Browse the repository at this point in the history
## [v0.0.4](v0.0.3...v0.0.4) (2019-11-22)

* Fix spinner output to stderr [#12](#12) ([kawaz](https://github.com/kawaz))
  • Loading branch information
Songmu committed Nov 22, 2019
1 parent 9ad2d00 commit 0bb816b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.0.4](https://github.com/knqyf263/utern/compare/v0.0.3...v0.0.4) (2019-11-22)

* Fix spinner output to stderr [#12](https://github.com/knqyf263/utern/pull/12) ([kawaz](https://github.com/kawaz))

## [v0.0.3](https://github.com/knqyf263/utern/compare/v0.0.2...v0.0.3) (2019-11-18)

* add Makefile and introduce godzil for releng [#11](https://github.com/knqyf263/utern/pull/11) ([Songmu](https://github.com/Songmu))
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/urfave/cli"
)

const version = "0.0.3"
const version = "0.0.4"

var commit string

Expand Down

0 comments on commit 0bb816b

Please sign in to comment.