Skip to content

Commit c2bf0e0

Browse files
committed
Release 0.30.1
1 parent 7f7ab2e commit c2bf0e0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ Changes for crash
55
Unreleased
66
==========
77

8-
- CLI: Added possible output format choices for ``--format`` argument to
8+
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
913
``crash --help``. Thanks, @mfussenegger.
1014

1115
2023/07/06 0.30.0

crate/crash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# with Crate these terms will supersede the license and you may use the
2020
# software solely pursuant to the terms of the relevant commercial agreement.
2121

22-
__version__ = '0.30.0'
22+
__version__ = '0.30.1'

0 commit comments

Comments
 (0)