From b429fcaa3bc702a4fec99f56825df627e9914c1c Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Wed, 15 Jan 2025 19:41:27 +0000 Subject: [PATCH] Update changelogs --- edge-captive/CHANGELOG.md | 2 ++ edge-dhcp/CHANGELOG.md | 2 ++ edge-http/CHANGELOG.md | 2 ++ edge-mdns/CHANGELOG.md | 2 ++ edge-mqtt/CHANGELOG.md | 2 ++ edge-nal-embassy/CHANGELOG.md | 2 ++ edge-nal-std/CHANGELOG.md | 2 ++ edge-nal/CHANGELOG.md | 2 ++ edge-raw/CHANGELOG.md | 2 ++ edge-ws/CHANGELOG.md | 4 +++- 10 files changed, 21 insertions(+), 1 deletion(-) diff --git a/edge-captive/CHANGELOG.md b/edge-captive/CHANGELOG.md index b8c368a..fdaf091 100644 --- a/edge-captive/CHANGELOG.md +++ b/edge-captive/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.5.0] - 2025-01-15 * Updated dependencies for compatibility with `embassy-time-driver` v0.2 diff --git a/edge-dhcp/CHANGELOG.md b/edge-dhcp/CHANGELOG.md index 5be9510..47887ff 100644 --- a/edge-dhcp/CHANGELOG.md +++ b/edge-dhcp/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.5.0] - 2025-01-15 * Updated dependencies for compatibility with `embassy-time-driver` v0.2 diff --git a/edge-http/CHANGELOG.md b/edge-http/CHANGELOG.md index 1ede6a1..d09bd0d 100644 --- a/edge-http/CHANGELOG.md +++ b/edge-http/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.5.0] - 2025-01-15 * Updated dependencies for compatibility with `embassy-time-driver` v0.2 diff --git a/edge-mdns/CHANGELOG.md b/edge-mdns/CHANGELOG.md index 000f123..d6ae008 100644 --- a/edge-mdns/CHANGELOG.md +++ b/edge-mdns/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.5.0] - 2025-01-15 * Updated dependencies for compatibility with `embassy-time-driver` v0.2 diff --git a/edge-mqtt/CHANGELOG.md b/edge-mqtt/CHANGELOG.md index f764181..f804a1d 100644 --- a/edge-mqtt/CHANGELOG.md +++ b/edge-mqtt/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.4.0] - 2025-01-02 * Bump the version number as all other crates were bumped to 0.4 diff --git a/edge-nal-embassy/CHANGELOG.md b/edge-nal-embassy/CHANGELOG.md index 4545ab3..b1b5abd 100644 --- a/edge-nal-embassy/CHANGELOG.md +++ b/edge-nal-embassy/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.5.0] - 2025-01-15 * Updated dependencies for compatibility with `embassy-time-driver` v0.2 diff --git a/edge-nal-std/CHANGELOG.md b/edge-nal-std/CHANGELOG.md index 89c0f78..bdf6e1c 100644 --- a/edge-nal-std/CHANGELOG.md +++ b/edge-nal-std/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.5.0] - 2025-01-15 * Updated dependencies for compatibility with `embassy-time-driver` v0.2 diff --git a/edge-nal/CHANGELOG.md b/edge-nal/CHANGELOG.md index 43e382e..d7fce0b 100644 --- a/edge-nal/CHANGELOG.md +++ b/edge-nal/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.5.0] - 2025-01-15 * Updated `embassy-time` to v0.4 diff --git a/edge-raw/CHANGELOG.md b/edge-raw/CHANGELOG.md index 13e8078..0b4e46f 100644 --- a/edge-raw/CHANGELOG.md +++ b/edge-raw/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + ## [0.5.0] - 2025-01-15 * Updated dependencies for compatibility with `embassy-time-driver` v0.2 diff --git a/edge-ws/CHANGELOG.md b/edge-ws/CHANGELOG.md index 31a8e3c..180d398 100644 --- a/edge-ws/CHANGELOG.md +++ b/edge-ws/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.4.0] - 2024-01-02 +## [Unreleased] + +## [0.4.0] - 2025-01-02 * Option to erase the generics from the IO errors ## [0.3.0] - 2024-09-10