Skip to content

Commit d5b0179

Browse files
committed
Release embedded-nal-async v0.5.0
1 parent 34d9ac5 commit d5b0179

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

embedded-nal-async/CHANGELOG.md

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

88
## [Unreleased]
99

10+
No unreleased changes yet.
11+
12+
## [0.5.0] - 2023-08-07
13+
1014
- Let `&T` for `T: Dns` implement `Dns`
1115
- Bumped to `embedded-nal` 0.7
16+
- Bumped to `embedded-io-async` 0.5
1217

1318
## [0.4.0] - 2023-01-27
1419

@@ -28,6 +33,7 @@ Remove TcpClientStack, TcpFullStack and UDP traits pending traits that support s
2833

2934
Initial release to crates.io.
3035

31-
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.4.0...HEAD
36+
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.5.0...HEAD
37+
[0.5.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.4.0...embedded-nal-async-v0.5.0
3238
[0.4.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.3.0...embedded-nal-async-v0.4.0
3339
[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: 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.4.0"
3+
version = "0.5.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)