We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8833cfb commit 182ca26Copy full SHA for 182ca26
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v0.4.0](https://github.com/Songmu/timeout/compare/v0.3.1...v0.4.0) (2019-04-21)
4
+
5
+* introduce Go Modules [#21](https://github.com/Songmu/timeout/pull/21) ([Songmu](https://github.com/Songmu))
6
7
## [v0.3.1](https://github.com/Songmu/timeout/compare/v0.3.0...v0.3.1) (2018-03-04)
8
9
* add rough test to detect goroutine leak [#20](https://github.com/Songmu/timeout/pull/20) ([Songmu](https://github.com/Songmu))
version.go
@@ -1,5 +1,5 @@
package timeout
-const version = "0.3.1"
+const version = "0.4.0"
var revision = "Devel"
0 commit comments