We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652bb15 commit 1f2a82dCopy full SHA for 1f2a82d
CHANGES.txt
@@ -5,11 +5,16 @@ Changes for crash
5
Unreleased
6
==========
7
8
+2023/02/16 0.29.0
9
+=================
10
+
11
- Add support for Python 3.11, and drop support for Python 3.5 and 3.6.
12
13
- Fix compatibility issue with ``crate-0.30.0`` in the area of comparing
14
server version numbers.
15
16
+- Dependencies: Update to tabulate 0.9, platformdirs, and prompt-toolkit v3.
17
18
2022/04/13 0.28.0
19
=================
20
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.
21
22
-__version__ = '0.28.0'
+__version__ = '0.29.0'
0 commit comments