From 349dac55cde3ab540135ec983295779adf6e29a8 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Thu, 21 Nov 2024 09:30:41 +0100 Subject: [PATCH 1/3] Update README after #42 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From adfecfbb2b6ca8045b2b095ff344e7433a0e721f Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Thu, 21 Nov 2024 09:30:57 +0100 Subject: [PATCH 2/3] Update nix dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c055157c9..e475e9960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ rust-version = "1.63" [dependencies] libc = "0.2" bitflags = "2.3" -nix = "0.26.2" +nix = "0.26.4" From 5b557a2725c6432fe416034cf515ea044977d0b5 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Tue, 4 Mar 2025 09:44:20 +0100 Subject: [PATCH 3/3] Prepare 0.6.1 release --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- LICENSE-MIT | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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 e475e9960..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 " 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