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

@ -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.

View file

@ -1,6 +1,6 @@
[package]
name = "rtic-monotonics"
version = "1.3.0"
version = "1.4.0"
edition = "2021"
authors = [