aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic-sync/CHANGELOG.md4
-rw-r--r--rtic-sync/Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md
index 90524a2..6638a58 100644
--- a/rtic-sync/CHANGELOG.md
+++ b/rtic-sync/CHANGELOG.md
@@ -7,8 +7,12 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
## [Unreleased]
+## v1.3.2 - 2025-03-16
+
### Fixed
+
- Improve handling of free slots for `send` by explicitly writing the free slot to the awoken future.
+- Fix all known instances of #780
## v1.3.1 - 2025-03-12
diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml
index 220f831..60d8be2 100644
--- a/rtic-sync/Cargo.toml
+++ b/rtic-sync/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtic-sync"
-version = "1.3.1"
+version = "1.3.2"
edition = "2021"
authors = [