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..5d75bea6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "spidev" -version = "0.7.0" +version = "0.7.2-alpha.0" authors = [ "Paul Osborne ", "The Embedded Linux Team "