aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-12 21:28:15 +0200
committerUlf Lilleengen <[email protected]>2025-08-12 21:28:15 +0200
commit29555a88be25278fb676a89e84541993ec371555 (patch)
tree6437ef13a1ba73b9b29c2be28ef70958c86b534d /embassy-stm32
parente3a28d3a9df958d40f9c5d80c8651bb67ceb82cc (diff)
chore: add missing changelog header
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-stm32/CHANGELOG.md b/embassy-stm32/CHANGELOG.md
index 9da153480..c68377432 100644
--- a/embassy-stm32/CHANGELOG.md
+++ b/embassy-stm32/CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate
10
9## 0.3.0 - 2025-08-12 11## 0.3.0 - 2025-08-12
10 12
11- feat: Added VREFBUF voltage reference buffer driver ([#4524](https://github.com/embassy-rs/embassy/pull/4524)) 13- feat: Added VREFBUF voltage reference buffer driver ([#4524](https://github.com/embassy-rs/embassy/pull/4524))