mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Release rtic-monotonics 1.1.0, release rtic-sync 1.0.2
This commit is contained in:
parent
4ea73021d6
commit
adfe33f597
4 changed files with 8 additions and 2 deletions
|
@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
|
||||
## Unreleased
|
||||
|
||||
## v1.1.0 - 2023-08-29
|
||||
|
||||
### Added
|
||||
|
||||
- Feature `systick-64bit` to get 64-bit backed `TimerInstantU64` instead of `TimerInstantU32` from the SysTick-based monotonic timer
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rtic-monotonics"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
|
||||
edition = "2021"
|
||||
authors = [
|
||||
|
|
|
@ -13,6 +13,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
|
||||
### Fixed
|
||||
|
||||
## [v1.0.2] - 2023-08-29
|
||||
|
||||
### Fixed
|
||||
|
||||
- `make_channel` no longer requires the user crate to have `critical_section` in scope
|
||||
|
||||
## [v1.0.1] - 2023-06-14
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rtic-sync"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
|
||||
edition = "2021"
|
||||
authors = [
|
||||
|
|
Loading…
Reference in a new issue