You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to only select a subset of the embassy-net/smoltcp features (#71)
* Option to only select a subset of the embassy-net/smoltcp features
* Update to embassy-net 0.7
* Raise the embedded-sync version
* Suppress uninlined format args warn
* Fix CI
* Update changelog
* Update crate versions
Copy file name to clipboardExpand all lines: edge-captive/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.6.0] - 2025-05-29
9
9
* Optional `defmt` support via two new features (one has to specify one, or the other, or neither, but not both):
10
10
*`log` - uses the `log` crate for all logging
11
11
*`defmt` - uses the `defmt` crate for all logging, and implements `defmt::Format` for all library types that otherwise implement `Debug` and/or `Display`
Copy file name to clipboardExpand all lines: edge-dhcp/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.6.0] - 2025-05-29
9
9
* Optional `defmt` support via two new features (one has to specify one, or the other, or neither, but not both):
10
10
*`log` - uses the `log` crate for all logging
11
11
*`defmt` - uses the `defmt` crate for all logging, and implements `defmt::Format` for all library types that otherwise implement `Debug` and/or `Display`
Copy file name to clipboardExpand all lines: edge-http/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.6.0] - 2025-05-29
9
9
* Optional `defmt` support via two new features (one has to specify one, or the other, or neither, but not both):
10
10
*`log` - uses the `log` crate for all logging
11
11
*`defmt` - uses the `defmt` crate for all logging, and implements `defmt::Format` for all library types that otherwise implement `Debug` and/or `Display`
0 commit comments