rtic-sync: Release v1.3.2

This commit is contained in:
Emil Fresk 2025-03-16 12:25:12 +01:00
parent e6bd03051f
commit daff0c2913
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "rtic-sync"
version = "1.3.1"
version = "1.3.2"
edition = "2021"
authors = [