Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Feb 16, 2019
1 parent a4d9a37 commit 677d887
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog

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

* introduce go.mod [#10](https://github.com/Songmu/godzil/pull/10) ([Songmu](https://github.com/Songmu))
* add show-version subcommand [#9](https://github.com/Songmu/godzil/pull/9) ([Songmu](https://github.com/Songmu))
* add new.go [#8](https://github.com/Songmu/godzil/pull/8) ([Songmu](https://github.com/Songmu))
* godzil! [#7](https://github.com/Songmu/godzil/pull/7) ([Songmu](https://github.com/Songmu))
* check the next version is greater than current version or not [#6](https://github.com/Songmu/godzil/pull/6) ([Songmu](https://github.com/Songmu))
* Detect remote URL and check it on releasing [#5](https://github.com/Songmu/godzil/pull/5) ([Songmu](https://github.com/Songmu))
* s/gauthor/godzilla/ [#4](https://github.com/Songmu/godzil/pull/4) ([Songmu](https://github.com/Songmu))
* define release subcommand [#3](https://github.com/Songmu/godzil/pull/3) ([Songmu](https://github.com/Songmu))
* show changes when releasing [#2](https://github.com/Songmu/godzil/pull/2) ([Songmu](https://github.com/Songmu))
* detect version declaration files [#1](https://github.com/Songmu/godzil/pull/1) ([Songmu](https://github.com/Songmu))

## [0.0.1](https://github.com/Songmu/gauthor/compare/0a300d82cbed...0.0.1) (2019-02-15)

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.1"
const version = "0.0.2"

var revision = "HEAD"

0 comments on commit 677d887

Please sign in to comment.