Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Mar 4, 2018
1 parent 97631da commit 99732a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.3.1](https://github.com/Songmu/timeout/compare/v0.3.0...v0.3.1) (2018-03-04)

* add rough test to detect goroutine leak [#20](https://github.com/Songmu/timeout/pull/20) ([Songmu](https://github.com/Songmu))
* fix goroutine leak [#19](https://github.com/Songmu/timeout/pull/19) ([Songmu](https://github.com/Songmu))

## [v0.3.0](https://github.com/Songmu/timeout/compare/v0.2.1...v0.3.0) (2018-02-14)

* Context support with RunContext method [#16](https://github.com/Songmu/timeout/pull/16) ([Songmu](https://github.com/Songmu))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package timeout

const version = "0.3.0"
const version = "0.3.1"

var revision = "Devel"

0 comments on commit 99732a2

Please sign in to comment.