Skip to content

Commit

Permalink
Release embedded-nal-async 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio authored and eldruin committed Nov 29, 2022
1 parent 200d994 commit b183d04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions embedded-nal-async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.0] - 2022-11-25

- Bump `embedded-io` dependency to `0.4`
- 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.

## [0.2.0] - 2022-08-03

TcpClient trait for creating shared async TCP/IP stack implementations.
Expand Down
2 changes: 1 addition & 1 deletion embedded-nal-async/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-nal-async"
version = "0.2.0" # remember to update html_root_url
version = "0.3.0"
authors = [
"Ulf Lilleengen <[email protected]>",
]
Expand Down

0 comments on commit b183d04

Please sign in to comment.