We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681ed2d commit 4bf494fCopy full SHA for 4bf494f
CHANGES.txt
@@ -5,6 +5,9 @@ Changes for crash
5
Unreleased
6
==========
7
8
+2022/04/13 0.28.0
9
+=================
10
+
11
- Added support for Python 3.10.
12
- Fixed tabular output with rows containing only whitespace or other
13
non-printable characters by upgrading to upstream ``tabulate`` package.
crate/crash/__init__.py
@@ -19,4 +19,4 @@
19
# with Crate these terms will supersede the license and you may use the
20
# software solely pursuant to the terms of the relevant commercial agreement.
21
22
-__version__ = '0.27.0'
+__version__ = '0.28.0'
0 commit comments