diff options
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 = [ |
