Skip to content

Commit 13ce6b4

Browse files
committed
Bump to v1.4.0
1 parent 56dcaec commit 13ce6b4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.4.0
2+
3+
- Implement `AsRef<T>` and `AsMut<T>` for `Async<T>`. (#44)
4+
- Remove dependency on deprecated `nb-connect`. (#55)
5+
16
# Version 1.3.1
27

38
- Lower MSRV to 1.41.0

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
name = "async-io"
3-
version = "1.3.1"
3+
# When publishing a new version:
4+
# - Update CHANGELOG.md
5+
# - Create "v1.x.y" git tag
6+
version = "1.4.0"
47
authors = ["Stjepan Glavina <[email protected]>"]
58
edition = "2018"
69
description = "Async I/O and timers"

0 commit comments

Comments
 (0)