We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97631da commit 99732a2Copy full SHA for 99732a2
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## [v0.3.0](https://github.com/Songmu/timeout/compare/v0.2.1...v0.3.0) (2018-02-14)
9
10
* Context support with RunContext method [#16](https://github.com/Songmu/timeout/pull/16) ([Songmu](https://github.com/Songmu))
version.go
@@ -1,5 +1,5 @@
package timeout
-const version = "0.3.0"
+const version = "0.3.1"
var revision = "Devel"
0 commit comments