From ebdcf155279e67af1165aed537c62ccf94bb77ba Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Thu, 23 Oct 2025 12:01:23 +0200 Subject: [PATCH] Add changelog entry for 0.6.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0018105..c3fe4ed83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,15 @@ - `bitflags` updated to 2.9 - Minimum Supported Rust Version is now 1.69.0 +## 0.6.1 / 2025-10-23 + +[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...0.6.1) + +- Backport `read_write_in_place` from [#49](https://github.com/rust-embedded/rust-spidev/pull/49) + for fixing + [linux-embedded-hal/#120](https://github.com/rust-embedded/linux-embedded-hal/issues/120) + with a patch release + ## 0.6.0 / 2023-08-03 [Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.2...0.6.0)