Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 4755a1b

Browse files
author
Shuhei Kitagawa
committed
Bumps up to v0.1.6
1 parent 67ab501 commit 4755a1b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
## [Unreleased]
33

44

5+
<a name="v0.1.6"></a>
6+
## [v0.1.6] - 2018-12-13
7+
58
<a name="v0.1.5"></a>
69
## [v0.1.5] - 2018-11-03
710

@@ -50,7 +53,8 @@
5053
- Update import path.
5154

5255

53-
[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.5...HEAD
56+
[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.6...HEAD
57+
[v0.1.6]: https://github.com/shuheiktgw/go-travis/compare/v0.1.5...v0.1.6
5458
[v0.1.5]: https://github.com/shuheiktgw/go-travis/compare/v0.1.4...v0.1.5
5559
[v0.1.4]: https://github.com/shuheiktgw/go-travis/compare/v0.1.3...v0.1.4
5660
[v0.1.3]: https://github.com/shuheiktgw/go-travis/compare/v0.1.2...v0.1.3

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
package travis
77

8-
const version = "0.1.5"
8+
const version = "0.1.6"

0 commit comments

Comments
 (0)