diff --git a/CHANGES.txt b/CHANGES.txt index 9e698f09..77270a93 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,7 +5,12 @@ Changes for crash Unreleased ========== + +2023/07/06 0.30.0 +================= + - Fix inconsistent spacing around printed runtime. Thank you, @hammerhead. + - Add support for multi-line input of commands and SQL statements for both copy-pasting inside the crash shell and input pipes into crash. diff --git a/crate/crash/__init__.py b/crate/crash/__init__.py index 9aadb682..59ec2371 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.29.0' +__version__ = '0.30.0'