diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-14 13:36:39 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-25 19:44:49 +0200 |
| commit | 6a347f1f09b0076af868dcd63d9139081c92172b (patch) | |
| tree | 27ccbc753f0950cbbdbd0cda73d24eb419b7cd96 /embassy-usb-logger/CHANGELOG.md | |
| parent | ac60eaeddd9c4accbe8dc20d0486382940723efb (diff) | |
feat: add semver checks and releasing to releaser
* List dependencies of a crate
* List dependents of a crate
* Perform semver-checks of a crate
* Prepare a release for a crate and all dependents
* Use a single release.toml for cargo-release
* Add changelogs where missing
Diffstat (limited to 'embassy-usb-logger/CHANGELOG.md')
| -rw-r--r-- | embassy-usb-logger/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-usb-logger/CHANGELOG.md b/embassy-usb-logger/CHANGELOG.md index 79ea25839..c88b3ed6a 100644 --- a/embassy-usb-logger/CHANGELOG.md +++ b/embassy-usb-logger/CHANGELOG.md | |||
| @@ -5,7 +5,8 @@ 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 | ||
| 9 | 10 | ||
| 10 | ## 0.5.0 - 2025-07-22 | 11 | ## 0.5.0 - 2025-07-22 |
| 11 | 12 | ||
