Release rtic-monotonics 1.1.0, release rtic-sync 1.0.2

This commit is contained in:
Emil Fresk 2023-08-29 09:14:42 +02:00 committed by Henrik Tjäder
parent 4ea73021d6
commit adfe33f597
4 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## Unreleased ## Unreleased
## v1.1.0 - 2023-08-29
### Added ### Added
- Feature `systick-64bit` to get 64-bit backed `TimerInstantU64` instead of `TimerInstantU32` from the SysTick-based monotonic timer - Feature `systick-64bit` to get 64-bit backed `TimerInstantU64` instead of `TimerInstantU32` from the SysTick-based monotonic timer

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rtic-monotonics" name = "rtic-monotonics"
version = "1.0.1" version = "1.1.0"
edition = "2021" edition = "2021"
authors = [ authors = [

View file

@ -13,6 +13,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Fixed ### Fixed
## [v1.0.2] - 2023-08-29
### Fixed
- `make_channel` no longer requires the user crate to have `critical_section` in scope - `make_channel` no longer requires the user crate to have `critical_section` in scope
## [v1.0.1] - 2023-06-14 ## [v1.0.1] - 2023-06-14

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rtic-sync" name = "rtic-sync"
version = "1.0.1" version = "1.0.2"
edition = "2021" edition = "2021"
authors = [ authors = [