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 1dc6b68 commit 27a2b6fCopy full SHA for 27a2b6f
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
## Not yet released
4
5
-[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.2...HEAD)
+[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...HEAD)
6
+
7
+## 0.6.0 / 2023-08-03
8
9
+[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.2...0.6.0)
10
11
- Nix updated to 0.26
12
- bitflags updated to 2.3
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
name = "spidev"
-version = "0.5.2"
+version = "0.6.0"
authors = [
"Paul Osborne <osbpau@gmail.com>",
"The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>"
0 commit comments