Skip to content

Commit 5b557a2

Browse files
committed
Prepare 0.6.1 release
1 parent adfecfb commit 5b557a2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
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.6.0...HEAD)
5+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.1...HEAD)
6+
7+
## 0.6.1 / 2025-03-04
8+
9+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...0.6.1)
610

711
- Added support for querying the configuration of a SPI device.
812
- Minimum Supported Rust Version is now 1.63.0

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

LICENSE-MIT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2015 Paul Osborne
4-
Copyright (c) 2021-2023 The Rust Embedded Linux Team and contributors.
4+
Copyright (c) 2021-2025 The Rust Embedded Linux Team and contributors.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)