Skip to content

Commit

Permalink
Merge pull request #98 from Dirbaio/release-async-071
Browse files Browse the repository at this point in the history
Release embedded-nal-async v0.7.1.
  • Loading branch information
ryan-summers authored Nov 29, 2023
2 parents 86878c8 + 9924f30 commit 5c41b3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.7.1] - 2023-11-28

- Use `feature()` on nightly toolchains only. This adds support for 1.75 beta and stable.

## [0.7.0] - 2023-11-10

- [breaking] `Dns::get_host_by_address` now uses `&mut [u8]` instead of `heapless::String`.
Expand Down Expand Up @@ -43,7 +47,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.7.0...HEAD
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.7.1...HEAD
[0.7.1]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.7.0...embedded-nal-async-v0.7.1
[0.7.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.6.0...embedded-nal-async-v0.7.0
[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
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.7.0"
version = "0.7.1"
edition = "2021"
description = "An Async Network Abstraction Layer (NAL) for Embedded Systems"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5c41b3a

Please sign in to comment.