From 59d1a892452649545a855c6b7ac99255cb6148f3 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 3 Apr 2024 16:44:29 -0400 Subject: [PATCH] version 3.6.7 Signed-off-by: mulhern --- CHANGES.txt | 18 +++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1183f3a1b9b..f0aa23c5f52 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,22 @@ +stratisd 3.6.7 +============== +Recommended Rust toolchain version: 1.77.0 +Recommended development platform for Python development: Fedora 39 + +* New commits: + * Increase libc dependency lower bound to 0.2.153 + +* Cherry-picked commits: + * github actions: update recommended Rust to 1.77.0 + * Add a debug entry for writing metadata to pool + * Allow two frequenty used abbreviations + * Create pipe so file descriptor is not dropped early + * Fix for /etc/fstab setup script + + stratisd 3.6.6 ============== -Recommended Rust toolchain version: 1.76.0 +Recommended Rust toolchain version: 1.77.0 Recommended development platform for Python development: Fedora 39 * New commits: diff --git a/Cargo.lock b/Cargo.lock index 061912dce12..0ef8cf1570c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1286,7 +1286,7 @@ dependencies = [ [[package]] name = "stratisd" -version = "3.6.6" +version = "3.6.7" dependencies = [ "assert_cmd", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 427fc7544ab..13e061028a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stratisd" -version = "3.6.6" +version = "3.6.7" authors.workspace = true edition.workspace = true rust-version.workspace = true