Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.9.1
Browse files Browse the repository at this point in the history
## [v0.9.1](v0.9.0...v0.9.1) (2019-03-03)

* introduce godzil [#33](#33) ([Songmu](https://github.com/Songmu))
* Fix Windows style path [#32](#32) ([hiroakis](https://github.com/hiroakis))
  • Loading branch information
Songmu committed Mar 3, 2019
1 parent 06c7188 commit a83321c
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

## [v0.9.1](https://github.com/Songmu/horenso/compare/v0.9.0...v0.9.1) (2019-03-03)

* introduce godzil [#33](https://github.com/Songmu/horenso/pull/33) ([Songmu](https://github.com/Songmu))
* Fix Windows style path [#32](https://github.com/Songmu/horenso/pull/32) ([hiroakis](https://github.com/hiroakis))

## [v0.9.0](https://github.com/Songmu/horenso/compare/v0.3.0...v0.9.0) (2019-02-15)

* introduce go modules [#30](https://github.com/Songmu/horenso/pull/30) ([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 horenso

const version = "0.9.0"
const version = "0.9.1"

var revision = "Devel"

0 comments on commit a83321c

Please sign in to comment.