Skip to content

Commit 89943a2

Browse files
committed
Release 2.5.0
1 parent 89239a2 commit 89943a2

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.5.0
2+
3+
- Add a new optional `tracing` feature. When enabled, this feature adds logging
4+
to the implementation. By default it is disabled. (#234)
5+
- Add support for Haiku (#233)
6+
- Fix build failure with minimal-versions. (#234)
7+
- Update `windows-sys` to v0.60. (#230)
8+
19
# Version 2.4.1
210

311
- Update to rustix version 1.0.7. (#221)

Cargo.toml

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

0 commit comments

Comments
 (0)