Skip to content

Commit d9e2cac

Browse files
committed
4.1.0
1 parent 3834898 commit d9e2cac

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next (YYYY-MM-DD)
44

5+
## v4.1.0 (2023-11-05)
6+
57
- Add `ErasedChild::id()` method.
68

79
## v4.0.0 (2023-11-05)

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22
message: If you use this software, please cite it using these metadata.
33
title: "Command Group: extension to Command to spawn in a process group"
44

5-
version: "4.0.0"
5+
version: "4.1.0"
66
date-released: 2023-11-05
77

88
repository-code: https://github.com/watchexec/command-group

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "command-group"
3-
version = "4.0.0"
3+
version = "4.1.0"
44

55
authors = ["Félix Saparelli <felix@passcod.name>"]
66
license = "Apache-2.0 OR MIT"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _Extension to [`Command`](https://doc.rust-lang.org/std/process/struct.Command.h
1919

2020
```toml
2121
[dependencies]
22-
command-group = "4.0.0"
22+
command-group = "4.1.0"
2323
```
2424

2525
```rust
@@ -35,7 +35,7 @@ dbg!(status);
3535

3636
```toml
3737
[dependencies]
38-
command-group = { version = "4.0.0", features = ["with-tokio"] }
38+
command-group = { version = "4.1.0", features = ["with-tokio"] }
3939
tokio = { version = "1.10.0", features = ["full"] }
4040
```
4141

0 commit comments

Comments
 (0)