Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Mar 4, 2020
1 parent a8b7eda commit 664b0e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@
Changes for crash
=================

Unreleased
==========

- Added official support for Python 3.8.
2020/03/04 0.25.0
=================

- Added the cluster name to the status bar.

- Sort the output of the ``\dt`` (show tables) command alphabetically.

- Improved the color scheme for the SQL syntax hightlighing.

- Dropped support for Python 3.4 and added official support for Python 3.7
- Dropped support for Python 3.4 and added official support for Python 3.7 and
Python 3.8.

2018/10/04 0.24.2
=================
Expand Down
2 changes: 1 addition & 1 deletion crate/crash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.2'
__version__ = '0.25.0'

0 comments on commit 664b0e6

Please sign in to comment.