Skip to content

Commit

Permalink
Release embedded-nal-async v0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Nov 28, 2023
1 parent 86878c8 commit 64e2ec1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
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 64e2ec1

Please sign in to comment.