diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-12-04 20:37:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-04 20:37:00 +0100 |
| commit | ea8de913d7e7265b13edee779e4ab614a227bef2 (patch) | |
| tree | c5253978809212aa3ada8c1050eb46663726cadf /rtic-monotonics | |
| parent | fd085e6a01190efe4ae7ecca5dcc0b4d96756edb (diff) | |
Release rtic-monotonics, rtic-sync and rtic-time (#854)
Diffstat (limited to 'rtic-monotonics')
| -rw-r--r-- | rtic-monotonics/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
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 = [ |
