Skip to content

Commit beafa1c

Browse files
EqualMasemantic-release-bot
authored andcommitted
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-09-10) ### Bug Fixes * avoid JoinHandle polled after completion in command system waiting ([777384a](777384a)) * **cli:** cli option --kill FromStr ([6ff5e9e](6ff5e9e)) * kill behavior input deserialize ([eb67e81](eb67e81))
1 parent 3ec952b commit beafa1c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.2](https://github.com/runcc-rs/runcc/compare/v1.0.1...v1.0.2) (2021-09-10)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid JoinHandle polled after completion in command system waiting ([777384a](https://github.com/runcc-rs/runcc/commit/777384a051f67f9ec1dfbf745d501c767ce987c7))
7+
* **cli:** cli option --kill FromStr ([6ff5e9e](https://github.com/runcc-rs/runcc/commit/6ff5e9ec283b66a52bb292e8e6592b1501e8689a))
8+
* kill behavior input deserialize ([eb67e81](https://github.com/runcc-rs/runcc/commit/eb67e812152caada5d251319ef7a98fcb4fe042c))
9+
110
## [1.0.1](https://github.com/runcc-rs/runcc/compare/v1.0.0...v1.0.1) (2021-09-09)
211

312

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runcc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "runcc"
3-
version = "1.0.1" # replace version
3+
version = "1.0.2" # replace version
44
description = "run commands concurrently with rust and cargo"
55
license = "MIT"
66
edition = "2018"

0 commit comments

Comments
 (0)