Skip to content

Commit 99732a2

Browse files
committed
Checking in changes prior to tagging of version v0.3.1
1 parent 97631da commit 99732a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.3.1](https://github.com/Songmu/timeout/compare/v0.3.0...v0.3.1) (2018-03-04)
4+
5+
* add rough test to detect goroutine leak [#20](https://github.com/Songmu/timeout/pull/20) ([Songmu](https://github.com/Songmu))
6+
* fix goroutine leak [#19](https://github.com/Songmu/timeout/pull/19) ([Songmu](https://github.com/Songmu))
7+
38
## [v0.3.0](https://github.com/Songmu/timeout/compare/v0.2.1...v0.3.0) (2018-02-14)
49

510
* Context support with RunContext method [#16](https://github.com/Songmu/timeout/pull/16) ([Songmu](https://github.com/Songmu))

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package timeout
22

3-
const version = "0.3.0"
3+
const version = "0.3.1"
44

55
var revision = "Devel"

0 commit comments

Comments
 (0)