Skip to content

Commit

Permalink
version 3.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Nov 29, 2023
1 parent eafc887 commit 4d47bf5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stratisd"
version = "3.6.2"
version = "3.6.3"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
edition = "2021"
rust-version = "1.71.1" # LOWEST SUPPORTED RUST TOOLCHAIN
Expand Down

0 comments on commit 4d47bf5

Please sign in to comment.