We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7ab2e commit c2bf0e0Copy full SHA for c2bf0e0
CHANGES.txt
@@ -5,7 +5,11 @@ Changes for crash
5
Unreleased
6
==========
7
8
-- CLI: Added possible output format choices for ``--format`` argument to
+2023/11/23 0.30.1
9
+=================
10
+
11
+- Added support for Python 3.12.
12
+- Added possible output format choices for ``--format`` argument to
13
``crash --help``. Thanks, @mfussenegger.
14
15
2023/07/06 0.30.0
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.30.0'
+__version__ = '0.30.1'
0 commit comments