We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d4386 commit 28d821aCopy full SHA for 28d821a
CHANGELOG.md
@@ -2,11 +2,11 @@
2
3
## Not yet released
4
5
-[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.1...HEAD)
+[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.7.0...HEAD)
6
7
-## 0.6.1 / 2025-03-04
+## 0.7.0 / 2025-03-04
8
9
-[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...0.6.1)
+[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...0.7.0)
10
11
- Added support for querying the configuration of a SPI device.
12
- `nix` updated to 0.29
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
name = "spidev"
-version = "0.6.1"
+version = "0.7.0"
authors = [
"Paul Osborne <[email protected]>",
"The Embedded Linux Team <[email protected]>"
0 commit comments