Release rtic-monotonics, rtic-sync and rtic-time (#854)

This commit is contained in:
Emil Fresk 2023-12-04 20:37:00 +01:00 committed by GitHub
parent fd085e6a01
commit ea8de913d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 8 deletions

View file

@ -5,7 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased]
## Unreleased
### Added
### Changed
### Fixed
## v1.1.0 - 2023-12-04
### Added
@ -19,4 +27,4 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
- **Soundness fix:** `TimerQueue` did not wait long enough in `Duration` based delays. Fixing this sadly required adding a `const TICK_PERIOD` to the `Monotonic` trait, which requires updating all existing implementations.
- If the queue was non-empty and a new instant was added that was earlier than `head`, then the queue would no pend the monotonic handler. This would cause the new `head` to be dequeued at the wrong time.
## [v1.0.0] - 2023-05-31
## v1.0.0 - 2023-05-31