Skip to content

Commit b183d04

Browse files
Dirbaioeldruin
authored andcommitted
Release embedded-nal-async 0.3.0
1 parent 200d994 commit b183d04

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

embedded-nal-async/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2022-11-25
11+
12+
- Bump `embedded-io` dependency to `0.4`
13+
- Switch all traits to use [`async_fn_in_trait`](https://blog.rust-lang.org/inside-rust/2022/11/17/async-fn-in-trait-nightly.html) (AFIT). Requires `nightly-2022-11-22` or newer.
14+
1015
## [0.2.0] - 2022-08-03
1116

1217
TcpClient trait for creating shared async TCP/IP stack implementations.

embedded-nal-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-nal-async"
3-
version = "0.2.0" # remember to update html_root_url
3+
version = "0.3.0"
44
authors = [
55
"Ulf Lilleengen <[email protected]>",
66
]

0 commit comments

Comments
 (0)