Skip to content

Commit e428ef1

Browse files
committed
Release 0.30.0
1 parent 623ffb3 commit e428ef1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGES.txt

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

8+
9+
2023/07/06 0.30.0
10+
=================
11+
812
- Fix inconsistent spacing around printed runtime. Thank you, @hammerhead.
13+
914
- Add support for multi-line input of commands and SQL statements for both
1015
copy-pasting inside the crash shell and input pipes into crash.
1116

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.29.0'
22+
__version__ = '0.30.0'

0 commit comments

Comments
 (0)