From 3f21c9022396fb2f77b4521dda67728520b999a9 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Fri, 15 Aug 2025 14:34:29 +0200 Subject: [PATCH] add missing changelogs --- embassy-boot-nrf/CHANGELOG.md | 13 +++++++++++++ embassy-boot-rp/CHANGELOG.md | 13 +++++++++++++ embassy-boot-stm32/CHANGELOG.md | 13 +++++++++++++ embassy-hal-internal/CHANGELOG.md | 13 +++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 embassy-boot-nrf/CHANGELOG.md create mode 100644 embassy-boot-rp/CHANGELOG.md create mode 100644 embassy-boot-stm32/CHANGELOG.md create mode 100644 embassy-hal-internal/CHANGELOG.md diff --git a/embassy-boot-nrf/CHANGELOG.md b/embassy-boot-nrf/CHANGELOG.md new file mode 100644 index 000000000..c78923a93 --- /dev/null +++ b/embassy-boot-nrf/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +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 - ReleaseDate + +## 0.1.1 - 2025-08-15 + +- First release with changelog. diff --git a/embassy-boot-rp/CHANGELOG.md b/embassy-boot-rp/CHANGELOG.md new file mode 100644 index 000000000..c78923a93 --- /dev/null +++ b/embassy-boot-rp/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +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 - ReleaseDate + +## 0.1.1 - 2025-08-15 + +- First release with changelog. diff --git a/embassy-boot-stm32/CHANGELOG.md b/embassy-boot-stm32/CHANGELOG.md new file mode 100644 index 000000000..c78923a93 --- /dev/null +++ b/embassy-boot-stm32/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +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 - ReleaseDate + +## 0.1.1 - 2025-08-15 + +- First release with changelog. diff --git a/embassy-hal-internal/CHANGELOG.md b/embassy-hal-internal/CHANGELOG.md new file mode 100644 index 000000000..c78923a93 --- /dev/null +++ b/embassy-hal-internal/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +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 - ReleaseDate + +## 0.1.1 - 2025-08-15 + +- First release with changelog.