Skip to content

Commit f951004

Browse files
committed
Release 2.4.0
1 parent 93b4f1f commit f951004

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 2.4.0
2+
3+
- Add a new optional `tracing` feature. When enabled, this feature adds logging
4+
to the implementation. By default it is disabled. (#101)
5+
- Fix build failure when compiled together with old versions of `async-signal`. (#96)
6+
- Fix build failure with minimal-versions. (#101)
7+
- Update `windows-sys` to v0.60. (#99)
8+
19
# Version 2.3.1
210

311
- Update rustix to 1.0. (#94)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-process"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v2.x.y" git tag
6-
version = "2.3.1"
6+
version = "2.3.2"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)