diff --git a/CHANGES.txt b/CHANGES.txt index 59f5e2d964..26a4c867a5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,26 @@ +stratisd 3.6.3 +============== +Recommended Rust toolchain version: 1.74.0 +Recommended development platform for Python development: Fedora 39 + +- Cherry-picked commits: + * Fix clippy 1.74 errors + * packit.yaml: fix indentation + * support.yml: trigger on packit and tmt changes + * Fix up excludes for tests-fmf + * Re-indent .packit.yaml + * github actions: update recommended Rust to 1.74.0 + * Tidy up targets key + * Use fedora-all for our tests + * Advance current development environment to Fedora 39 + * Leave tang container as F38 + * Apply formatting changes from black 23.7.0 + * Remove obsolete parameter + * Unconditionally add nrext64=0 to inode options + * Check the mkfs.xfs version + * Use semver crate to compare versions + + stratisd 3.6.2 ============== Recommended Rust toolchain version: 1.73.0 diff --git a/Cargo.lock b/Cargo.lock index aa35ccb610..1406bc0aea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,7 +1269,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stratisd" -version = "3.6.2" +version = "3.6.3" dependencies = [ "assert_cmd", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index d9cb9967a7..57ac93887c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stratisd" -version = "3.6.2" +version = "3.6.3" authors = ["Stratis Developers "] edition = "2021" rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN