Skip to content

Commit 1f2a82d

Browse files
committed
Release 0.29.0
1 parent 652bb15 commit 1f2a82d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

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

8+
2023/02/16 0.29.0
9+
=================
10+
811
- Add support for Python 3.11, and drop support for Python 3.5 and 3.6.
912

1013
- Fix compatibility issue with ``crate-0.30.0`` in the area of comparing
1114
server version numbers.
1215

16+
- Dependencies: Update to tabulate 0.9, platformdirs, and prompt-toolkit v3.
17+
1318
2022/04/13 0.28.0
1419
=================
1520

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.28.0'
22+
__version__ = '0.29.0'

0 commit comments

Comments
 (0)