diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2025-03-12 20:07:22 +0100 |
|---|---|---|
| committer | datdenkikniet <38322042+datdenkikniet@users.noreply.github.com> | 2025-03-12 19:13:12 +0000 |
| commit | bac77de9bc5249a8d4e34c816bb94f5945fb1f58 (patch) | |
| tree | 362f4ac85a9f60e6b82bda457d5719444f855d56 /rtic-sync | |
| parent | 1b8eb110d9a85ee46aa0938553c9b66a173e6c0a (diff) | |
rtic-sync: release 1.3.1
Diffstat (limited to 'rtic-sync')
| -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 = [ |
