Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Aug 13, 2021
1 parent c4d4b88 commit b704729
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Next (YYYY-MM-DD)

## v1.0.5 (2021-08-13)

- Internal: change usage of `feature = "tokio"` to `feature = "with-tokio"`.
- Documentation: remove wrong mention of blocking reads on `AsyncGroupChild::wait_with_output()`.

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Expand Up @@ -5,7 +5,7 @@ message: If you use this software, please cite it using these metadata.

title: Command Group
version: 1.0.4
date-released: 2021-07-26
date-released: 2021-08-13

repository-code: https://github.com/watchexec/command-group
license: Apache-2.0 OR MIT
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "command-group"
version = "1.0.4"
version = "1.0.5"

authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0 OR MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,7 +21,7 @@ _Extension to [`Command`](https://doc.rust-lang.org/std/process/struct.Command.h

```toml
[dependencies]
command-group = "1.0.4"
command-group = "1.0.5"
```

```rust
Expand All @@ -37,7 +37,7 @@ dbg!(status);

```toml
[dependencies]
command-group = { version = "1.0.4", features = ["with-tokio"] }
command-group = { version = "1.0.5", features = ["with-tokio"] }
tokio = { version = "1.10.0", features = ["full"] }
```

Expand Down

0 comments on commit b704729

Please sign in to comment.