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

Commit 66624bf

Browse files
author
Shuhei Kitagawa
committed
Bumps up to v0.1.5
1 parent 0ba80fb commit 66624bf

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.5"></a>
6+
## [v0.1.5] - 2018-11-03
7+
58
<a name="v0.1.4"></a>
69
## [v0.1.4] - 2018-11-03
710

@@ -47,7 +50,8 @@
4750
- Update import path.
4851

4952

50-
[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.4...HEAD
53+
[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.5...HEAD
54+
[v0.1.5]: https://github.com/shuheiktgw/go-travis/compare/v0.1.4...v0.1.5
5155
[v0.1.4]: https://github.com/shuheiktgw/go-travis/compare/v0.1.3...v0.1.4
5256
[v0.1.3]: https://github.com/shuheiktgw/go-travis/compare/v0.1.2...v0.1.3
5357
[v0.1.2]: https://github.com/shuheiktgw/go-travis/compare/v0.1.1...v0.1.2

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.4"
8+
const version = "0.1.5"

0 commit comments

Comments
 (0)