From ea5c04cf74450a075ad406c21f28fbcd9fb90af7 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 15 Oct 2024 09:57:22 -0400 Subject: [PATCH] version 3.7.2 Signed-off-by: mulhern --- CHANGES.txt | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index aadcc2ecb4..cf7a5fd88e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,19 @@ +stratisd 3.7.2 +============== +Recommended Rust toolchain version: 1.81.0 +Recommended development platform for Python development: Fedora 40 + +* Accept "adv" key as well as "thp" key: + https://github.com/stratis-storage/stratisd/issues/3699 + https://github.com/stratis-storage/stratisd/pull/3701 + + +stratisd 3.7.1 +============== +Recommended Rust toolchain version: 1.81.0 +Recommended development platform for Python development: Fedora 40 + + stratisd 3.7.0 ============== Recommended Rust toolchain version: 1.81.0 diff --git a/Cargo.lock b/Cargo.lock index e78a52491e..b7d2ad63a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1282,7 +1282,7 @@ dependencies = [ [[package]] name = "stratisd" -version = "3.7.1" +version = "3.7.2" dependencies = [ "assert_cmd", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index a2022cba36..88aad02118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stratisd" -version = "3.7.1" +version = "3.7.2" authors.workspace = true edition.workspace = true rust-version.workspace = true