We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0dfab2 commit ce39a5cCopy full SHA for ce39a5c
CHANGES.txt
@@ -4,6 +4,10 @@ Changes for crash
4
5
Unreleased
6
==========
7
+
8
+2024/01/29 0.31.0
9
+=================
10
11
- Added command-line argument ``--timeout``, to configure network timeout
12
values in seconds. The default connect timeout is five seconds now,
13
the default read timeout is the default setting of the ``socket`` module,
crate/crash/__init__.py
@@ -19,4 +19,4 @@
19
# with Crate these terms will supersede the license and you may use the
20
# software solely pursuant to the terms of the relevant commercial agreement.
21
22
-__version__ = '0.30.2'
+__version__ = '0.31.0'
0 commit comments