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-monotonics/CHANGELOG.md | 2 ++ rtic-monotonics/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'rtic-monotonics') diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index 990da3a..eda2351 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## Unreleased +## v1.4.0 - 2023-12-04 + ### Fixed - **Soundness fix:** Monotonics did not wait long enough in `Duration` based delays. diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index a3ab9bc..9ecda58 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-monotonics" -version = "1.3.0" +version = "1.4.0" edition = "2021" authors = [ -- cgit v1.2.3