aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-driver-channel/CHANGELOG.md
diff options
context:
space:
mode:
authorRalph Ursprung <[email protected]>2025-06-08 10:58:39 +0200
committerRalph Ursprung <[email protected]>2025-07-08 23:04:29 +0200
commit010c626a1160cf1a6721d8632119c0e45907e8c2 (patch)
treecc79608f59029280fe2abd848ddabc1a5e4cf930 /embassy-net-driver-channel/CHANGELOG.md
parente9296b547a6bc6f6d69f28882fbd95107f0d5e98 (diff)
`embassy-inet-driver-channel`: add release automation using `cargo-release`
this requires you to install [`cargo-release`]. note that this does not include a URL pointing to the diff on GitHub as is usually done in changelogs since `embassy` is a mono-repo and the GH UI doesn't offer a commit view per folder (see the [GH feature request] for this). [`cargo-release`]: https://crates.io/crates/cargo-release [GH feature request]: https://github.com/orgs/community/discussions/162131
Diffstat (limited to 'embassy-net-driver-channel/CHANGELOG.md')
-rw-r--r--embassy-net-driver-channel/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-net-driver-channel/CHANGELOG.md b/embassy-net-driver-channel/CHANGELOG.md
index ebc0e96b9..a5c81cf4d 100644
--- a/embassy-net-driver-channel/CHANGELOG.md
+++ b/embassy-net-driver-channel/CHANGELOG.md
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5The 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## Unreleased 8<!-- next-header -->
9## Unreleased - ReleaseDate
9 10
10- Update `embassy-sync` to v0.7.0 11- Update `embassy-sync` to v0.7.0
11 12