Skip to content

Commit

Permalink
Merge pull request #847 from mulkieran/changelog
Browse files Browse the repository at this point in the history
Version 3.0.1
  • Loading branch information
mulkieran authored Feb 14, 2022
2 parents 63d6245 + ebea075 commit 70aca5b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
stratis-cli 3.0.1
=================
Required stratisd version: 3.0.0

Recommended development environment: Fedora 35
Lowest supported Python interpreter: 3.6.8

- New version 3.0.1:
https://github.com/stratis-storage/stratis-cli/pull/847

- Improve handling of options in bash tab-completion:
https://github.com/stratis-storage/stratis-cli/pull/853

- Tidies and Maintenance:
https://github.com/stratis-storage/stratis-cli/pull/856
https://github.com/stratis-storage/stratis-cli/pull/855
https://github.com/stratis-storage/stratis-cli/pull/851
https://github.com/stratis-storage/stratis-cli/pull/849
https://github.com/stratis-storage/stratis-cli/pull/848
https://github.com/stratis-storage/stratis-cli/pull/846
https://github.com/stratis-storage/stratis-cli/pull/845


stratis-cli 3.0.0
=================
Required stratisd version: 3.0.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 <[email protected]>
"""

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

0 comments on commit 70aca5b

Please sign in to comment.