Skip to content

Commit 112d2f5

Browse files
authored
Merge pull request #108 from embassy-rs/releaseeee
Release nal 0.9.0, nal-async 0.8.0.
2 parents 8b39b4d + 0964c9d commit 112d2f5

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
No unreleased changes yet
11+
12+
## [0.9.0] - 2024-09-20
13+
1014
- Bump MSRV to 1.77.0 for `ip_in_core`.
1115
- Removed the `no-std-net` and `ip_in_core` features, `ip_in_core` is now the default.
1216

@@ -83,7 +87,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8387

8488
Initial release to crates.io.
8589

86-
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/v0.8.0...HEAD
90+
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/v0.9.0...HEAD
91+
[0.9.0]: https://github.com/rust-embedded-community/embedded-nal/compare/v0.8.0...v0.9.0
8792
[0.8.0]: https://github.com/rust-embedded-community/embedded-nal/compare/v0.7.0...v0.8.0
8893
[0.7.0]: https://github.com/rust-embedded-community/embedded-nal/compare/v0.6.0...v0.7.0
8994
[0.6.0]: https://github.com/rust-embedded-community/embedded-nal/compare/v0.5.0...v0.6.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-nal"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = [
55
"Jonathan 'theJPster' Pallant <[email protected]>",
66
"Mathias Koch <[email protected]>",

embedded-nal-async/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
No unreleased changes yet
11+
12+
## [0.8.0] - 2024-09-20
13+
1014
- Removed the `ip_in_core` feature, this is now the default.
1115

1216
## [0.7.1] - 2023-11-28
@@ -47,7 +51,8 @@ Remove TcpClientStack, TcpFullStack and UDP traits pending traits that support s
4751

4852
Initial release to crates.io.
4953

50-
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.7.1...HEAD
54+
[Unreleased]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.8.0...HEAD
55+
[0.8.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.7.1...embedded-nal-async-v0.8.0
5156
[0.7.1]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.7.0...embedded-nal-async-v0.7.1
5257
[0.7.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.6.0...embedded-nal-async-v0.7.0
5358
[0.6.0]: https://github.com/rust-embedded-community/embedded-nal/compare/embedded-nal-async-v0.5.0...embedded-nal-async-v0.6.0

embedded-nal-async/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-nal-async"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
edition = "2021"
55
description = "An Async Network Abstraction Layer (NAL) for Embedded Systems"
66
license = "MIT OR Apache-2.0"
@@ -12,5 +12,5 @@ keywords = ["network"]
1212
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
1313

1414
[dependencies]
15-
embedded-nal = { version = "0.8.0", path = "../" }
15+
embedded-nal = { version = "0.9.0", path = "../" }
1616
embedded-io-async = { version = "0.6.0" }

0 commit comments

Comments
 (0)