From 42ebfe57f1268485da7057d7e1cbaad866ad2088 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 22 Jun 2025 11:17:40 +0200 Subject: Release all crates --- rtic-sync/CHANGELOG.md | 2 ++ rtic-sync/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'rtic-sync') diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md index 24d5e4a..769cb4d 100644 --- a/rtic-sync/CHANGELOG.md +++ b/rtic-sync/CHANGELOG.md @@ -7,6 +7,8 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top! ## [Unreleased] +## v1.4.0 - 2025-06-22 + ### Added - Add `arbiter::{i2c, spi}::BlockingArbiterDevice` which allows sharing of `embedded_hal` (non-async) buses. This also helps during initialization of RTIC apps as you can use the arbiter while in `init`. After initialization is complete, convert an `BlockingArbiterDevice` into an `ArbiterDevice` using `BlockingArbiterDevice::into_non_blocking()`. diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index cfa4d33..ce0014c 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-sync" -version = "1.3.2" +version = "1.4.0" edition = "2021" authors = [ -- cgit v1.2.3