Skip to content

Commit f5dac1a

Browse files
committed
Checking in changes prior to tagging of version v0.2.0
1 parent 5d7680f commit f5dac1a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v0.2.0](https://github.com/Songmu/timeout/compare/v0.1.0...v0.2.0) (2018-01-07)
4+
5+
* Adjust files for releasing [#12](https://github.com/Songmu/timeout/pull/12) ([Songmu](https://github.com/Songmu))
6+
* adjust testing(introduce table driven test) [#11](https://github.com/Songmu/timeout/pull/11) ([Songmu](https://github.com/Songmu))
7+
* Wait for the command to finish properly and add Signaled field to ExitStatus [#10](https://github.com/Songmu/timeout/pull/10) ([Songmu](https://github.com/Songmu))
8+
* introduce github.com/Songmu/wrapcommander [#9](https://github.com/Songmu/timeout/pull/9) ([Songmu](https://github.com/Songmu))
9+
* update doc [#8](https://github.com/Songmu/timeout/pull/8) ([Songmu](https://github.com/Songmu))
10+
311
## [v0.1.0](https://github.com/Songmu/timeout/compare/v0.0.1...v0.1.0) (2017-03-26)
412

513
* [incompatible] Support Foreground option [#6](https://github.com/Songmu/timeout/pull/6) ([Songmu](https://github.com/Songmu))

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package timeout
22

3-
const version = "0.1.0"
3+
const version = "0.2.0"
44

55
var revision = "Devel"

0 commit comments

Comments
 (0)