We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b4f1f commit f951004Copy full SHA for f951004
CHANGELOG.md
@@ -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
9
# Version 2.3.1
10
11
- Update rustix to 1.0. (#94)
Cargo.toml
@@ -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.3.2"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2021"
rust-version = "1.63"
0 commit comments