mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +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]
|
## [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
|
### Changed
|
||||||
|
|
||||||
- Unstable features are now stable, the feature flag `unstable` is removed.
|
- 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.
|
- `defmt v0.3` derives added and forwarded to `embedded-hal(-x)` crates.
|
||||||
- signal structure
|
- signal structure
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- Fix [#780]
|
|
||||||
|
|
||||||
[#780]: https://github.com/rtic-rs/rtic/issues/780
|
|
||||||
|
|
||||||
## v1.2.0 - 2024-01-10
|
## v1.2.0 - 2024-01-10
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rtic-sync"
|
name = "rtic-sync"
|
||||||
version = "1.3.1-alpha.1"
|
version = "1.3.1"
|
||||||
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue