diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2024-07-05 18:21:25 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2024-07-06 12:55:29 +0200 |
| commit | f925cbe5061ec4ade77935de4a0a790e7fc3ba7c (patch) | |
| tree | 01c54c510df82f246c941092bf54b4a5fbd96a80 /rtic-monotonics | |
| parent | 5cafe9dd0bfc24b4243cc5e5d6be6b7c7556f3a3 (diff) | |
Release rtic-monotonics v2.0.2
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 105f577..9bbdc6c 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 +## v2.0.2 - 2024-07-05 + ### Fixed - Fix `stm32` monotonic for timer peripherals with only two clock compare modules diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 369de91..4828f04 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-monotonics" -version = "2.0.1" +version = "2.0.2" edition = "2021" authors = [ |
