aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-11-22 21:16:11 +0100
committerGitHub <[email protected]>2024-11-22 21:16:11 +0100
commitc9abff53d77dfc71deb597ce93f358e25588775a (patch)
tree59ea37a12690239bcf29f80af66e31525b51ea65 /embassy-sync/CHANGELOG.md
parentfb8e40bdf5c51a8eef00fc5f6f2e8958797ae3f8 (diff)
Bump sync version (#3562)
* Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
Diffstat (limited to 'embassy-sync/CHANGELOG.md')
-rw-r--r--embassy-sync/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md
index d12f0a74a..a7547422f 100644
--- a/embassy-sync/CHANGELOG.md
+++ b/embassy-sync/CHANGELOG.md
@@ -5,7 +5,7 @@ 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## 0.6.1 - 2024-11-22
9 9
10- Add `LazyLock` sync primitive. 10- Add `LazyLock` sync primitive.
11- Add `Watch` sync primitive. 11- Add `Watch` sync primitive.