From ea8de913d7e7265b13edee779e4ab614a227bef2 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 4 Dec 2023 20:37:00 +0100 Subject: Release rtic-monotonics, rtic-sync and rtic-time (#854) --- rtic-time/CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'rtic-time') diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md index d2e2887..15ebf5b 100644 --- a/rtic-time/CHANGELOG.md +++ b/rtic-time/CHANGELOG.md @@ -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 -- cgit v1.2.3