Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
stratis-cli 3.9.1
=================
Required stratisd version: 3.9.2

Recommended development environment: Fedora 43

- Increase minimum stratisd version to 3.9.2:
https://github.com/stratis-storage/stratis-cli/pull/1285

- Remove match for org.freedesktop.zbus.Error:
https://github.com/stratis-storage/stratis-cli/pull/1284

- Tidies and Maintenance:
https://github.com/stratis-storage/stratis-cli/pull/1283
https://github.com/stratis-storage/stratis-cli/pull/1282
https://github.com/stratis-storage/stratis-cli/pull/1275


stratis-cli 3.9.0
=================
Required stratisd version: 3.9.0
Expand Down
2 changes: 1 addition & 1 deletion src/stratis_cli/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
.. moduleauthor:: mulhern <amulhern@redhat.com>
"""

__version_info__ = (3, 9, 0)
__version_info__ = (3, 9, 1)
__version__ = ".".join(str(x) for x in __version_info__)
Loading