From 2208eca049bc290cbab55f84fd97cdbf9d7b163d Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 19 Mar 2024 20:11:58 +0100 Subject: [PATCH] Release 0.31.4 --- CHANGES.txt | 6 ++++++ crate/crash/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 69d0ffe..7e96a5b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,12 @@ Changes for crash Unreleased ========== +2024/03/19 0.31.4 +================= + +- Fixed status line display of the executed SQL command, part 2, + don't display SQL command _arguments_. + 2024/03/18 0.31.3 ================= diff --git a/crate/crash/__init__.py b/crate/crash/__init__.py index d2c4719..725fade 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.31.3' +__version__ = '0.31.4'