Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed Aug 27, 2018
1 parent 162e6e1 commit 37ddf29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## [v0.1.2](https://github.com/aktsk/nolmandy/compare/v0.1.1...v0.1.2) (2018-08-27)

* Modify how to return server response [#22](https://github.com/aktsk/nolmandy/pull/22) ([mizzy](https://github.com/mizzy))
* Add go 1.11.x for testing on travis [#21](https://github.com/aktsk/nolmandy/pull/21) ([mizzy](https://github.com/mizzy))
* Fix how to build binaries [#20](https://github.com/aktsk/nolmandy/pull/20) ([mizzy](https://github.com/mizzy))
* Remove code duplication [#18](https://github.com/aktsk/nolmandy/pull/18) ([mizzy](https://github.com/mizzy))
* Disable vgo vet temporary [#19](https://github.com/aktsk/nolmandy/pull/19) ([mizzy](https://github.com/mizzy))

## [v0.1.1](https://github.com/aktsk/nolmandy/compare/v0.1.0...v0.1.1) (2018-04-23)

* Enable to bump version easily [#17](https://github.com/aktsk/nolmandy/pull/17) ([mizzy](https://github.com/mizzy))
* Show version string with nolmandy and nolmandy-server command [#16](https://github.com/aktsk/nolmandy/pull/16) ([mizzy](https://github.com/mizzy))
* Show version string with nolmandy and nolmandy-server command [#16](https://github.com/aktsk/nolmandy/pull/16) ([mizzy](https://github.com/mizzy))
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

const version = "0.1.1"
const version = "0.1.2"

func Get() string {
return version
Expand Down

0 comments on commit 37ddf29

Please sign in to comment.