Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 2.4.0

- Add a new optional `tracing` feature. When enabled, this feature adds logging
to the implementation. By default it is disabled. (#101)
- Fix build failure when compiled together with old versions of `async-signal`. (#96)
- Fix build failure with minimal-versions. (#101)
- Update `windows-sys` to v0.60. (#99)

# Version 2.3.1

- Update rustix to 1.0. (#94)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "async-process"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
version = "2.3.1"
version = "2.4.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2021"
rust-version = "1.63"
Expand Down
Loading