Skip to content

Commit daff0c2

Browse files
committed
rtic-sync: Release v1.3.2
1 parent e6bd030 commit daff0c2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rtic-sync/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
77

88
## [Unreleased]
99

10+
## v1.3.2 - 2025-03-16
11+
1012
### Fixed
13+
1114
- Improve handling of free slots for `send` by explicitly writing the free slot to the awoken future.
15+
- Fix all known instances of #780
1216

1317
## v1.3.1 - 2025-03-12
1418

rtic-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rtic-sync"
3-
version = "1.3.1"
3+
version = "1.3.2"
44

55
edition = "2021"
66
authors = [

0 commit comments

Comments
 (0)