We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623ffb3 commit e428ef1Copy full SHA for e428ef1
2 files changed
CHANGES.txt
@@ -5,7 +5,12 @@ Changes for crash
5
Unreleased
6
==========
7
8
+
9
+2023/07/06 0.30.0
10
+=================
11
12
- Fix inconsistent spacing around printed runtime. Thank you, @hammerhead.
13
14
- Add support for multi-line input of commands and SQL statements for both
15
copy-pasting inside the crash shell and input pipes into crash.
16
crate/crash/__init__.py
@@ -19,4 +19,4 @@
19
# with Crate these terms will supersede the license and you may use the
20
# software solely pursuant to the terms of the relevant commercial agreement.
21
22
-__version__ = '0.29.0'
+__version__ = '0.30.0'
0 commit comments