Skip to content

Commit 8d4b024

Browse files
committed
Release embedded-nal-async v0.9.0
1 parent ea80029 commit 8d4b024

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.9.0] - 2025-10-01
13+
14+
- Updated to `embedded-io-async` 0.7
15+
1216
## [0.8.0] - 2024-09-20
1317

1418
- Removed the `ip_in_core` feature, this is now the default.
@@ -51,7 +55,8 @@ Remove TcpClientStack, TcpFullStack and UDP traits pending traits that support s
5155

5256
Initial release to crates.io.
5357

54-
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.8.0...HEAD
58+
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.9.0...HEAD
59+
[0.9.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.8.0...embedded-nal-async-v0.9.0
5560
[0.8.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.7.1...embedded-nal-async-v0.8.0
5661
[0.7.1]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.7.0...embedded-nal-async-v0.7.1
5762
[0.7.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.6.0...embedded-nal-async-v0.7.0

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.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
description = "An Async Network Abstraction Layer (NAL) for Embedded Systems"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)