mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
rtic-sync: release 1.3.1
This commit is contained in:
parent
1b8eb110d9
commit
bac77de9bc
2 changed files with 11 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rtic-sync"
|
||||
version = "1.3.1-alpha.1"
|
||||
version = "1.3.1"
|
||||
|
||||
edition = "2021"
|
||||
authors = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue