Skip to content

Commit 8960927

Browse files
committed
Release 2.6.0
1 parent aabee96 commit 8960927

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.6.0
2+
3+
- Bump MSRV to 1.71. (#251)
4+
- Expose `Timer::clear`. (#239)
5+
- Implement `IoSafe` for `std::io::PipeReader` and `std::io::PipeWriter` (#237)
6+
- Update to `windows-sys` v0.61. (#251)
7+
- Remove dependency on `async_lock`. (#240)
8+
19
# Version 2.5.0
210

311
- Add a new optional `tracing` feature. When enabled, this feature adds logging

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.5.0"
6+
version = "2.6.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.71"

0 commit comments

Comments
 (0)