diff --git a/CHANGELOG.md b/CHANGELOG.md index 227900221..005baefa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## Not yet released -[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...HEAD) +[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.1...HEAD) + +## 0.6.1 / 2025-03-04 + +[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...0.6.1) - Added support for querying the configuration of a SPI device. - Minimum Supported Rust Version is now 1.63.0 diff --git a/Cargo.toml b/Cargo.toml index c055157c9..355e840ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "spidev" -version = "0.6.0" +version = "0.6.1" authors = [ "Paul Osborne ", "The Embedded Linux Team " @@ -22,4 +22,4 @@ rust-version = "1.63" [dependencies] libc = "0.2" bitflags = "2.3" -nix = "0.26.2" +nix = "0.26.4" diff --git a/LICENSE-MIT b/LICENSE-MIT index e320efc2d..b1a4cc107 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,7 +1,7 @@ The MIT License (MIT) Copyright (c) 2015 Paul Osborne -Copyright (c) 2021-2023 The Rust Embedded Linux Team and contributors. +Copyright (c) 2021-2025 The Rust Embedded Linux Team and contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5cbe1beb1..7a4c94506 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ The following features are implemented and planned for the library: - [x] Implement the Write trait - [x] Support for full-duplex transfers - [x] Support for configuring spidev device -- [ ] Support for querying spidev configuration state +- [x] Support for querying spidev configuration state ## Minimum Supported Rust Version (MSRV)