rtic-sync: release 1.3.1

This commit is contained in:
Emil Fresk 2025-03-12 20:07:22 +01:00 committed by datdenkikniet
parent 1b8eb110d9
commit bac77de9bc
2 changed files with 11 additions and 6 deletions

View file

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

View file

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