Skip to content

Commit

Permalink
Merge pull request #2929 from mulkieran/changelog
Browse files Browse the repository at this point in the history
Version 3.0.4
  • Loading branch information
mulkieran authored Feb 12, 2022
2 parents b67af0c + c7a39ee commit 00330e6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
26 changes: 26 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
stratisd 3.0.4
==============
Recommended Rust toolchain version: 1.58.1
Lowest supported Rust toolchain version: 1.54.0

Recommended development platform for Python development: Fedora 35
Lowest supported Python interpreter: 3.6.8

- New version 3.0.4:
https://github.com/stratis-storage/stratisd/pull/2929

- Send correct interface name for LockedPools property changed signal:
https://github.com/stratis-storage/stratisd/issues/2923
https://github.com/stratis-storage/stratisd/pull/2924

- Fix introspection data for GetManagedObjects method:
https://github.com/stratis-storage/stratisd/pull/2926

- Require libcryptsetup-rs 0.5.0:
https://github.com/stratis-storage/stratisd/pull/2925

- Tidies and Maintenance:
https://github.com/stratis-storage/stratisd/pull/2928
https://github.com/stratis-storage/stratisd/pull/2921


stratisd 3.0.3
==============
Recommended Rust toolchain version: 1.58.1
Expand Down
10 changes: 5 additions & 5 deletions 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.0.3"
version = "3.0.4"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.org>"]
edition = "2018"
build = "build.rs"
Expand Down

0 comments on commit 00330e6

Please sign in to comment.