Skip to content

Commit 3413589

Browse files
committed
Checking in changes prior to tagging of version v0.2.1
1 parent 2fafdc6 commit 3413589

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.1](https://github.com/Songmu/ghch/compare/v0.2.0...v0.2.1) (2018-06-10)
4+
5+
* Insert a newline at the end of CHANGELOG.md when creating it [#18](https://github.com/Songmu/ghch/pull/18) ([Songmu](https://github.com/Songmu))
6+
* build with Go1.10 [#19](https://github.com/Songmu/ghch/pull/19) ([Songmu](https://github.com/Songmu))
7+
38
## [v0.2.0](https://github.com/Songmu/ghch/compare/v0.1.3...v0.2.0) (2018-01-01)
49

510
* introduce goxz for releasing and drop goxc dependency [#17](https://github.com/Songmu/ghch/pull/17) ([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 ghch
22

3-
const version = "0.2.0"
3+
const version = "0.2.1"
44

55
var revision = "Devel"

0 commit comments

Comments
 (0)