Skip to content

Commit 28d821a

Browse files
committed
Prepare 0.7.0 release
1 parent 15d4386 commit 28d821a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## Not yet released
44

5-
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.1...HEAD)
5+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.7.0...HEAD)
66

7-
## 0.6.1 / 2025-03-04
7+
## 0.7.0 / 2025-03-04
88

9-
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...0.6.1)
9+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...0.7.0)
1010

1111
- Added support for querying the configuration of a SPI device.
1212
- `nix` updated to 0.29

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

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

0 commit comments

Comments
 (0)