Skip to content

Commit 33f7164

Browse files
committed
New release
1 parent 4bad2d4 commit 33f7164

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

edge-captive/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.5.0] - 2025-01-15
99
* Updated dependencies for compatibility with `embassy-time-driver` v0.2
1010

11-
## [0.4.0] - 2024-01-02
11+
## [0.4.0] - 2025-01-02
1212
* Reduce logging level (#32)
1313
* Derive for DnsError
1414
* Option to erase the generics from the IO errors

edge-dhcp/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.5.0] - 2025-01-15
99
* Updated dependencies for compatibility with `embassy-time-driver` v0.2
1010

11-
## [0.4.0] - 2024-01-02
11+
## [0.4.0] - 2025-01-02
1212
* Reduce logging level (#32)
1313
* Support for Captive Portal URLs (#31)
1414
* Option to erase the generics from the IO errors

edge-http/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.5.0] - 2025-01-15
99
* Updated dependencies for compatibility with `embassy-time-driver` v0.2
1010

11-
## [0.4.0] - 2024-01-02
11+
## [0.4.0] - 2025-01-02
1212
* Connection type support (#33)
1313
* Proper TCP socket shutdown; Generic TCP timeout utils; built-in HTTP server timeouts; update docu (#34)
1414
* Always send a SP after status code, even if no reason is given (#36)

edge-mdns/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.5.0] - 2025-01-15
99
* Updated dependencies for compatibility with `embassy-time-driver` v0.2
1010

11-
## [0.4.0] - 2024-01-02
11+
## [0.4.0] - 2025-01-02
1212
* Fix for #24 / avahi - always broadcast to any of the enabled muticast addresses, regardless how we were contacted with a query
1313
* Support for one-shot queries
1414
* Option to erase the generics from the IO errors

edge-mqtt/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.4.0] - 2024-01-02
8+
## [0.4.0] - 2025-01-02
99
* Bump the version number as all other crates were bumped to 0.4
1010

1111
## [0.3.0] - 2024-09-10

edge-nal-embassy/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.5.0] - 2025-01-15
99
* Updated dependencies for compatibility with `embassy-time-driver` v0.2
1010

11-
## [0.4.1] - 2024-01-05
11+
## [0.4.1] - 2025-01-05
1212
* Fix regression: ability to UDP/TCP bind to socket 0.0.0.0
1313

1414
## [0.4.0] - 2024-01-02

edge-nal-std/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.5.0] - 2025-01-15
99
* Updated dependencies for compatibility with `embassy-time-driver` v0.2
1010

11-
## [0.4.0] - 2024-01-02
11+
## [0.4.0] - 2025-01-02
1212
* Proper TCP socket shutdown; Generic TCP timeout utils; built-in HTTP server timeouts; update docu (#34)
1313
* Fix forgotten ref to async-io
1414
* Clone for the STD stack

edge-nal/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.5.0] - 2025-01-15
99
* Updated `embassy-time` to v0.4
1010

11-
## [0.4.0] - 2024-01-02
11+
## [0.4.0] - 2025-01-02
1212
* Proper TCP socket shutdown with a new `TcpShutdown` trait; Generic TCP timeout utils (#34)
1313
* WithTimeout impl for TcpAccept; with_timeout now usable for any fallible future
1414
* Option to erase the generics from the IO errors

edge-raw/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.5.0] - 2025-01-15
99
* Updated dependencies for compatibility with `embassy-time-driver` v0.2
1010

11-
## [0.4.0] - 2024-01-02
11+
## [0.4.0] - 2025-01-02
1212
* Derive more for Error (Copy, Clone, Eq, PartialEq, Hash)
1313

1414
## [0.3.0] - 2024-09-10

0 commit comments

Comments
 (0)