From c2bf0e0b27646b35e2ce562d4be5f3720ba79f92 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 23 Nov 2023 19:31:15 +0100 Subject: [PATCH] Release 0.30.1 --- CHANGES.txt | 6 +++++- crate/crash/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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'