Skip to content

Commit

Permalink
Update to embedded-io v0.6, release -nal-async v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Oct 3, 2023
1 parent d1d5add commit afe8586
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion embedded-nal-async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

No unreleased changes yet.

## [0.6.0] - 2023-10-03

- Bumped to `embedded-io-async` 0.6

## [0.5.0] - 2023-08-07

- Let `&T` for `T: Dns` implement `Dns`
Expand All @@ -33,7 +37,8 @@ Remove TcpClientStack, TcpFullStack and UDP traits pending traits that support s

Initial release to crates.io.

[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.5.0...HEAD
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.6.0...HEAD
[0.6.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.5.0...embedded-nal-async-v0.6.0
[0.5.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.4.0...embedded-nal-async-v0.5.0
[0.4.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.3.0...embedded-nal-async-v0.4.0
[0.1.0]: https://github.com/rust-embedded-community/embedded-nal/releases/tag/embedded-nal-async-v0.1.0
4 changes: 2 additions & 2 deletions 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.5.0"
version = "0.6.0"
edition = "2021"
description = "An Async Network Abstraction Layer (NAL) for Embedded Systems"
license = "MIT OR Apache-2.0"
Expand All @@ -18,4 +18,4 @@ ip_in_core = []
no-std-net = "0.6"
heapless = "^0.7"
embedded-nal = { version = "0.7.0", path = "../" }
embedded-io-async = { version = "0.5.0" }
embedded-io-async = { version = "0.6.0" }

0 comments on commit afe8586

Please sign in to comment.