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 915384c

Browse files
committed
Checking in changes prior to tagging of version v0.2.0
1 parent 758dd23 commit 915384c

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.2.0](https://github.com/Songmu/horenso/compare/v0.1.0...v0.2.0) (2018-01-16)
4+
5+
* update deps (wrapcommander) [#17](https://github.com/Songmu/horenso/pull/17) ([Songmu](https://github.com/Songmu))
6+
* add override command status option [#16](https://github.com/Songmu/horenso/pull/16) ([dozen](https://github.com/dozen))
7+
38
## [v0.1.0](https://github.com/Songmu/horenso/compare/v0.0.2...v0.1.0) (2017-12-18)
49

510
* add `signaled` field to Report [#15](https://github.com/Songmu/horenso/pull/15) ([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.1.0"
3+
const version = "0.2.0"
44

55
var revision = "Devel"

0 commit comments

Comments
 (0)