diff options
| -rw-r--r-- | rtic-sync/CHANGELOG.md | 15 | ||||
| -rw-r--r-- | 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 0a61e25..3d118e5 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 f231929..a522c16 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 = [ |
