Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.6.0
Browse files Browse the repository at this point in the history
## [v0.6.0](v0.5.0...v0.6.0) (2020-01-17)

* implement -static flag to build static binary [#20](#20) ([Songmu](https://github.com/Songmu))
  • Loading branch information
Songmu committed Jan 16, 2020
1 parent 4b86ce9 commit a9bba66
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.6.0](https://github.com/Songmu/goxz/compare/v0.5.0...v0.6.0) (2020-01-17)

* implement -static flag to build static binary [#20](https://github.com/Songmu/goxz/pull/20) ([Songmu](https://github.com/Songmu))

## [v0.5.0](https://github.com/Songmu/goxz/compare/v0.4.1...v0.5.0) (2019-11-19)

* change interface of func Run [#19](https://github.com/Songmu/goxz/pull/19) ([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 goxz

const version = "0.5.0"
const version = "0.6.0"

var revision = "Devel"

0 comments on commit a9bba66

Please sign in to comment.