mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Prepare release of rtic-monotonics 1.4.1 and rtic-time 1.2.0 (#861)
This commit is contained in:
parent
bbed945285
commit
e53624c263
3 changed files with 9 additions and 1 deletions
|
@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
|
||||
## Unreleased
|
||||
|
||||
## v1.4.1 - 2023-12-06
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix race condition in `nrf::timer`.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rtic-monotonics"
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
|
||||
edition = "2021"
|
||||
authors = [
|
||||
|
|
|
@ -11,6 +11,12 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
|
||||
### Changed
|
||||
|
||||
### Fixed
|
||||
|
||||
## v1.2.0 - 2023-12-06
|
||||
|
||||
### Changed
|
||||
|
||||
- Docs: Add sanity check to `half_period_counter` code example
|
||||
- Deprecate `Monotonic::should_dequeue_check` as it was erroneous
|
||||
|
||||
|
|
Loading…
Reference in a new issue