We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b21032 commit 196cb70Copy full SHA for 196cb70
CHANGELOG.md
@@ -2,7 +2,12 @@
2
3
## Not yet released
4
5
-[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.1...HEAD)
+[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.2...HEAD)
6
+
7
8
+## 0.5.2 / 2023-08-02
9
10
+[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.1...0.5.2)
11
12
- Added support for delay transactions.
13
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
name = "spidev"
-version = "0.5.1"
+version = "0.5.2"
authors = [
"Paul Osborne <osbpau@gmail.com>",
"The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>"
0 commit comments