Skip to content

Commit 5d93b3b

Browse files
committed
Prepare release 0.7.1
1 parent 008c8da commit 5d93b3b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Not yet released
44

5-
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.7.0...HEAD)
5+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.7.1...HEAD)
6+
7+
## 0.7.1 / 2025-10-27
8+
9+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.7.0...0.7.1)
610

711
- Implement a `read_write_in_place` method for in-place transfers.
812

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "spidev"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
authors = [
66
"Paul Osborne <[email protected]>",
77
"The Embedded Linux Team <[email protected]>"

0 commit comments

Comments
 (0)