From 5d93b3bba8b41de2669b1b2975dd3f560e5c0063 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Mon, 27 Oct 2025 09:12:57 +0100 Subject: [PATCH 1/2] Prepare release 0.7.1 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b0018105..a9a7a8b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## Not yet released -[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.7.0...HEAD) +[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.7.1...HEAD) + +## 0.7.1 / 2025-10-27 + +[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.7.0...0.7.1) - Implement a `read_write_in_place` method for in-place transfers. diff --git a/Cargo.toml b/Cargo.toml index a56adba28..e3ff99e59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "spidev" -version = "0.7.0" +version = "0.7.1" authors = [ "Paul Osborne ", "The Embedded Linux Team " From 955c2e8bfd64bae343c82899a84bcfc415b2b060 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Mon, 27 Oct 2025 09:13:54 +0100 Subject: [PATCH 2/2] Bump version for next release cycle --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3ff99e59..5d75bea6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "spidev" -version = "0.7.1" +version = "0.7.2-alpha.0" authors = [ "Paul Osborne ", "The Embedded Linux Team "