Skip to content

Commit 0f5f386

Browse files
authored
Merge pull request #91 from Dirbaio/nal-async-06
Update to embedded-io v0.6, release -nal-async v0.6
2 parents d1d5add + afe8586 commit 0f5f386

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

embedded-nal-async/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
No unreleased changes yet.
1111

12+
## [0.6.0] - 2023-10-03
13+
14+
- Bumped to `embedded-io-async` 0.6
15+
1216
## [0.5.0] - 2023-08-07
1317

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

3438
Initial release to crates.io.
3539

36-
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.5.0...HEAD
40+
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.6.0...HEAD
41+
[0.6.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.5.0...embedded-nal-async-v0.6.0
3742
[0.5.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.4.0...embedded-nal-async-v0.5.0
3843
[0.4.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.3.0...embedded-nal-async-v0.4.0
3944
[0.1.0]: https://github.com/rust-embedded-community/embedded-nal/releases/tag/embedded-nal-async-v0.1.0

embedded-nal-async/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-nal-async"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
description = "An Async Network Abstraction Layer (NAL) for Embedded Systems"
66
license = "MIT OR Apache-2.0"
@@ -18,4 +18,4 @@ ip_in_core = []
1818
no-std-net = "0.6"
1919
heapless = "^0.7"
2020
embedded-nal = { version = "0.7.0", path = "../" }
21-
embedded-io-async = { version = "0.5.0" }
21+
embedded-io-async = { version = "0.6.0" }

0 commit comments

Comments
 (0)