aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2023-12-06 19:44:35 +0100
committerGravatar GitHub <noreply@github.com> 2023-12-06 19:44:35 +0100
commite53624c26396019849e10374eacaf416b11c4e5a (patch)
tree7064ecc725ac0e3fe90fd1092edd18300dfb6bf1
parentbbed94528528fbfe53ed7baf9cc38ca012785d13 (diff)
downloadrtic-e53624c26396019849e10374eacaf416b11c4e5a.tar.gz
rtic-e53624c26396019849e10374eacaf416b11c4e5a.tar.zst
rtic-e53624c26396019849e10374eacaf416b11c4e5a.zip
Prepare release of rtic-monotonics 1.4.1 and rtic-time 1.2.0 (#861)
-rw-r--r--rtic-monotonics/CHANGELOG.md2
-rw-r--r--rtic-monotonics/Cargo.toml2
-rw-r--r--rtic-time/CHANGELOG.md6
3 files changed, 9 insertions, 1 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md
index e1a0f83b..7fb311dd 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.1 - 2023-12-06
+
### Fixed
- Fix race condition in `nrf::timer`.
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index 9ecda581..ba922086 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtic-monotonics"
-version = "1.4.0"
+version = "1.4.1"
edition = "2021"
authors = [
diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md
index 24b93227..9bce0a7f 100644
--- a/rtic-time/CHANGELOG.md
+++ b/rtic-time/CHANGELOG.md
@@ -11,6 +11,12 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Changed
+### Fixed
+
+## v1.2.0 - 2023-12-06
+
+### Changed
+
- Docs: Add sanity check to `half_period_counter` code example
- Deprecate `Monotonic::should_dequeue_check` as it was erroneous