From bac77de9bc5249a8d4e34c816bb94f5945fb1f58 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Wed, 12 Mar 2025 20:07:22 +0100 Subject: [PATCH] rtic-sync: release 1.3.1 --- rtic-sync/CHANGELOG.md | 15 ++++++++++----- rtic-sync/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md index 0a61e2595a3..3d118e583d1 100644 --- a/rtic-sync/CHANGELOG.md +++ b/rtic-sync/CHANGELOG.md @@ -7,6 +7,16 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top! ## [Unreleased] +## v1.3.1 - 2025-03-12 + +### Fixed + +- Fix [#780] + +[#780]: https://github.com/rtic-rs/rtic/issues/780 + +## v1.3.0 - 2024-05-01 + ### Changed - Unstable features are now stable, the feature flag `unstable` is removed. @@ -17,11 +27,6 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top! - `defmt v0.3` derives added and forwarded to `embedded-hal(-x)` crates. - signal structure -### Fixed -- Fix [#780] - -[#780]: https://github.com/rtic-rs/rtic/issues/780 - ## v1.2.0 - 2024-01-10 ### Changed diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index f231929c3d5..a522c16d243 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-sync" -version = "1.3.1-alpha.1" +version = "1.3.1" edition = "2021" authors = [