diff --git a/CHANGES.txt b/CHANGES.txt index 8724963c..3bdca65a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,7 +5,11 @@ Changes for crash Unreleased ========== -- CLI: Added possible output format choices for ``--format`` argument to +2023/11/23 0.30.1 +================= + +- Added support for Python 3.12. +- Added possible output format choices for ``--format`` argument to ``crash --help``. Thanks, @mfussenegger. 2023/07/06 0.30.0 diff --git a/crate/crash/__init__.py b/crate/crash/__init__.py index 59ec2371..42fcd6c3 100644 --- a/crate/crash/__init__.py +++ b/crate/crash/__init__.py @@ -19,4 +19,4 @@ # with Crate these terms will supersede the license and you may use the # software solely pursuant to the terms of the relevant commercial agreement. -__version__ = '0.30.0' +__version__ = '0.30.1'