File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## [ v0.2.0] ( https://github.com/Songmu/ghch/compare/v0.1.3...v0.2.0 ) (2018-01-01)
4
9
5
10
* introduce goxz for releasing and drop goxc dependency [ #17 ] ( https://github.com/Songmu/ghch/pull/17 ) ([ Songmu] ( https://github.com/Songmu ) )
Original file line number Diff line number Diff line change 1
1
package ghch
2
2
3
- const version = "0.2.0 "
3
+ const version = "0.2.1 "
4
4
5
5
var revision = "Devel"
You can’t perform that action at this time.
0 commit comments