Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.1.0
Browse files Browse the repository at this point in the history
## [0.1.0](v0.0.3...0.1.0) (2019-02-18)

* implement new subcommand [#13](#13) ([Songmu](https://github.com/Songmu))
*  add -version flag to print version [#12](#12) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Feb 17, 2019
1 parent dfbcb74 commit b16e5ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.1.0](https://github.com/Songmu/godzil/compare/v0.0.3...0.1.0) (2019-02-18)

* implement new subcommand [#13](https://github.com/Songmu/godzil/pull/13) ([Songmu](https://github.com/Songmu))
* add -version flag to print version [#12](https://github.com/Songmu/godzil/pull/12) ([Songmu](https://github.com/Songmu))

## [0.0.3](https://github.com/Songmu/godzil/compare/v0.0.2...0.0.3) (2019-02-17)

* enhance commit log when releasing [#11](https://github.com/Songmu/godzil/pull/11) ([Songmu](https://github.com/Songmu))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package godzil

const version = "0.0.3"
const version = "0.1.0"

var revision = "HEAD"

0 comments on commit b16e5ad

Please sign in to comment.