aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-27 10:03:13 +0200
committerGitHub <[email protected]>2025-08-27 10:03:13 +0200
commitde095d27fe1735f72a8c71c03e60fc7adadb861d (patch)
tree050261898de4b5efbda23dd7dabdc3612bb63cf6 /embassy-sync
parente28d503a53c58185038b336332a7d0b2a748f908 (diff)
parent3e8d8fec15286eb25b8bba7d103c8fc279544551 (diff)
Merge pull request #4593 from embassy-rs/prepare-release-4
chore: prepare embassy crate releases
Diffstat (limited to 'embassy-sync')
-rw-r--r--embassy-sync/CHANGELOG.md2
-rw-r--r--embassy-sync/Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md
index 7418ead8d..593396586 100644
--- a/embassy-sync/CHANGELOG.md
+++ b/embassy-sync/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11## 0.7.2 - 2025-08-26
12
11- Add `get_mut` to `LazyLock` 13- Add `get_mut` to `LazyLock`
12- Add more `Debug` impls to `embassy-sync`, particularly on `OnceLock` 14- Add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`
13 15
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml
index e31c9a674..30a27c13f 100644
--- a/embassy-sync/Cargo.toml
+++ b/embassy-sync/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-sync" 2name = "embassy-sync"
3version = "0.7.1" 3version = "0.7.2"
4edition = "2021" 4edition = "2021"
5description = "no-std, no-alloc synchronization primitives with async support" 5description = "no-std, no-alloc synchronization primitives with async support"
6repository = "https://github.com/embassy-rs/embassy" 6repository = "https://github.com/embassy-rs/embassy"