Skip to content

Commit 9b2a483

Browse files
authored
Merge pull request #53 from sirhcel/release-0.7.1
Release 0.7.1
2 parents 86738b4 + 955c2e8 commit 9b2a483

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.2-alpha.0"
55
authors = [
66
"Paul Osborne <[email protected]>",
77
"The Embedded Linux Team <[email protected]>"

0 commit comments

Comments
 (0)