Skip to content

Releases: runcc-rs/runcc

v2.0.3

20 Jan 17:36
Compare
Choose a tag to compare

2.0.3 (2023-01-20)

Bug Fixes

  • Cargo.toml not working (a2c7845), closes #3

v2.0.2

07 Jan 14:08
Compare
Choose a tag to compare

2.0.2 (2022-01-07)

Bug Fixes

v2.0.0

07 Jan 09:46
Compare
Choose a tag to compare

2.0.0 (2022-01-07)

Features

BREAKING CHANGES

  • help message is changed due to upgrading clap to 3

v1.1.2

05 Jan 17:33
Compare
Choose a tag to compare

1.1.2 (2022-01-05)

Bug Fixes

  • set clap_derive version to exactly 3.0.0-beta.4 (ad1d3c4)

v1.1.0

10 Sep 18:02
Compare
Choose a tag to compare

1.1.0 (2021-09-10)

Features

  • cli: feature auto_ansi_escape (eaa70b9)

v1.0.2

10 Sep 15:05
Compare
Choose a tag to compare

1.0.2 (2021-09-10)

Bug Fixes

  • avoid JoinHandle polled after completion in command system waiting (777384a)
  • cli: cli option --kill FromStr (6ff5e9e)
  • kill behavior input deserialize (eb67e81)

v1.0.1

09 Sep 19:34
Compare
Choose a tag to compare

1.0.1 (2021-09-09)

Bug Fixes

  • specify runcc/ron version (0141c1f)