diff --git a/CHANGES.txt b/CHANGES.txt index 30a8de5..69d0ffe 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,8 +5,11 @@ Changes for crash Unreleased ========== -- Started using Python Testcontainers for integration testing +2024/03/18 0.31.3 +================= + - Fixed status line display of the executed SQL command +- Started using Python Testcontainers for integration testing 2024/02/08 0.31.2 ================= diff --git a/crate/crash/__init__.py b/crate/crash/__init__.py index 0ea3b3d..d2c4719 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.2' +__version__ = '0.31.3'