Skip to content

Commit 260e94f

Browse files
committed
Prepare 0.5.1 release
1 parent 8c76bd2 commit 260e94f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.5.0...HEAD)
5+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.1...HEAD)
6+
7+
## 0.5.1 / 2021-11-22
8+
9+
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.0...0.5.1)
610

711
- Implement `AsRawFd` for `Spidev` to allow access to the underlying file descriptor.
812
- Updated nix to version `0.23`.
@@ -73,4 +77,3 @@ following:
7377
- Support for performing single full-duplex SPI transfers
7478
- Support for performing multiple chained SPI transfers
7579
- Support for configuring settings for each SPI transfer individually
76-

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "spidev"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
authors = ["Paul Osborne <[email protected]>"]
66
edition = "2018"
77
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)