Skip to content

Commit 62f2cc0

Browse files
EqualMasemantic-release-bot
authored andcommitted
chore(release): 2.0.3 [skip ci]
## [2.0.3](v2.0.2...v2.0.3) (2023-01-20) ### Bug Fixes * Cargo.toml not working ([a2c7845](a2c7845)), closes [#3](#3)
1 parent a2c7845 commit 62f2cc0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.3](https://github.com/runcc-rs/runcc/compare/v2.0.2...v2.0.3) (2023-01-20)
2+
3+
4+
### Bug Fixes
5+
6+
* Cargo.toml not working ([a2c7845](https://github.com/runcc-rs/runcc/commit/a2c7845b984f062c93f38c0668bed9e3a85edbba)), closes [#3](https://github.com/runcc-rs/runcc/issues/3)
7+
18
## [2.0.2](https://github.com/runcc-rs/runcc/compare/v2.0.1...v2.0.2) (2022-01-07)
29

310

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 = "2.0.2" # replace version
3+
version = "2.0.3" # replace version
44
description = "run commands concurrently with rust and cargo"
55
license = "MIT"
66
edition = "2018"

runcc/tests/cmd/help.trycmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cargo runcc
55
```trycmd
66
$ cargo-runcc
77
? 2
8-
cargo-runcc 2.0.2
8+
cargo-runcc 2.0.3
99
Equal Ma <equalma@outlook.com>
1010
Run commands concurrently
1111

@@ -31,7 +31,7 @@ cargo runcc --help
3131

3232
```trycmd
3333
$ cargo-runcc --help
34-
cargo-runcc 2.0.2
34+
cargo-runcc 2.0.3
3535
Equal Ma <equalma@outlook.com>
3636
Run commands concurrently
3737

0 commit comments

Comments
 (0)