File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Next (YYYY-MM-DD)
4
4
5
+ ## v4.1.0 (2023-11-05)
6
+
5
7
- Add ` ErasedChild::id() ` method.
6
8
7
9
## v4.0.0 (2023-11-05)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cff-version: 1.2.0
2
2
message : If you use this software, please cite it using these metadata.
3
3
title : " Command Group: extension to Command to spawn in a process group"
4
4
5
- version : " 4.0 .0"
5
+ version : " 4.1 .0"
6
6
date-released : 2023-11-05
7
7
8
8
repository-code : https://github.com/watchexec/command-group
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " command-group"
3
- version = " 4.0 .0"
3
+ version = " 4.1 .0"
4
4
5
5
authors = [" Félix Saparelli <felix@passcod.name>" ]
6
6
license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ _Extension to [`Command`](https://doc.rust-lang.org/std/process/struct.Command.h
19
19
20
20
``` toml
21
21
[dependencies ]
22
- command-group = " 4.0 .0"
22
+ command-group = " 4.1 .0"
23
23
```
24
24
25
25
``` rust
@@ -35,7 +35,7 @@ dbg!(status);
35
35
36
36
``` toml
37
37
[dependencies ]
38
- command-group = { version = " 4.0 .0" , features = [" with-tokio" ] }
38
+ command-group = { version = " 4.1 .0" , features = [" with-tokio" ] }
39
39
tokio = { version = " 1.10.0" , features = [" full" ] }
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments