diff options
| author | Ulf Lilleengen <[email protected]> | 2025-07-15 10:25:13 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-07-15 10:47:07 +0200 |
| commit | 249433a7ed7a9d29a5da0fe169dc31acaad9b8bb (patch) | |
| tree | 2fc9c9577ff861b72f50b19c748ccb5933e0b71f /cyw43 | |
| parent | f5006284f8defd5134cfd6eec7d144236aeee0c1 (diff) | |
chore: update changelog
Diffstat (limited to 'cyw43')
| -rw-r--r-- | cyw43/CHANGELOG.md | 7 | ||||
| -rw-r--r-- | cyw43/release.toml | 5 |
2 files changed, 11 insertions, 1 deletions
diff --git a/cyw43/CHANGELOG.md b/cyw43/CHANGELOG.md index 40a638388..fc4b4930e 100644 --- a/cyw43/CHANGELOG.md +++ b/cyw43/CHANGELOG.md | |||
| @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file. | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | 7 | ||
| 8 | ## Unreleased | 8 | <!-- next-header --> |
| 9 | ## Unreleased - ReleaseDate | ||
| 10 | |||
| 11 | - bump embassy-sync to 0.7.0 | ||
| 12 | - bump bt-hci to 0.3.0 | ||
| 13 | - make State::new const fn | ||
| 9 | 14 | ||
| 10 | ## 0.3.0 - 2025-01-05 | 15 | ## 0.3.0 - 2025-01-05 |
| 11 | 16 | ||
diff --git a/cyw43/release.toml b/cyw43/release.toml new file mode 100644 index 000000000..fb6feaf21 --- /dev/null +++ b/cyw43/release.toml | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | pre-release-replacements = [ | ||
| 2 | {file="CHANGELOG.md", search="Unreleased", replace="{{version}}", min=1}, | ||
| 3 | {file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}", min=1}, | ||
| 4 | {file="CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n## Unreleased - ReleaseDate\n", exactly=1}, | ||
| 5 | ] | ||
