WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a83321c

Browse files
committed
Checking in changes prior to tagging of version v0.9.1
## [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))
1 parent 06c7188 commit a83321c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.9.1](https://github.com/Songmu/horenso/compare/v0.9.0...v0.9.1) (2019-03-03)
4+
5+
* introduce godzil [#33](https://github.com/Songmu/horenso/pull/33) ([Songmu](https://github.com/Songmu))
6+
* Fix Windows style path [#32](https://github.com/Songmu/horenso/pull/32) ([hiroakis](https://github.com/hiroakis))
7+
38
## [v0.9.0](https://github.com/Songmu/horenso/compare/v0.3.0...v0.9.0) (2019-02-15)
49

510
* introduce go modules [#30](https://github.com/Songmu/horenso/pull/30) ([Songmu](https://github.com/Songmu))

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package horenso
22

3-
const version = "0.9.0"
3+
const version = "0.9.1"
44

55
var revision = "Devel"

0 commit comments

Comments
 (0)