From 3f21c9022396fb2f77b4521dda67728520b999a9 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Fri, 15 Aug 2025 14:34:29 +0200 Subject: add missing changelogs --- embassy-boot-rp/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 embassy-boot-rp/CHANGELOG.md (limited to 'embassy-boot-rp') 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. -- cgit