Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Feb 14, 2018
1 parent b1022d8 commit 47fa848
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [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))
* [incompatible] use pointer when returning ExitStatus [#17](https://github.com/Songmu/timeout/pull/17) ([Songmu](https://github.com/Songmu))
* test for signaled [#15](https://github.com/Songmu/timeout/pull/15) ([Songmu](https://github.com/Songmu))

## [v0.2.1](https://github.com/Songmu/timeout/compare/v0.2.0...v0.2.1) (2018-01-07)

* send SIGCONT after sending termination signal just to make sure [#14](https://github.com/Songmu/timeout/pull/14) ([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.2.1"
const version = "0.3.0"

var revision = "Devel"

0 comments on commit 47fa848

Please sign in to comment.