We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cad01 commit 6ec9995Copy full SHA for 6ec9995
CHANGES.rst
@@ -5,6 +5,9 @@ Changes for crate
5
Unreleased
6
==========
7
8
+2025/01/30 2.0.0
9
+================
10
+
11
- Switched JSON encoder to use the `orjson`_ library, to improve JSON
12
marshalling performance. Thanks, @widmogrod.
13
src/crate/client/__init__.py
@@ -29,7 +29,7 @@
29
30
# version string read from setup.py using a regex. Take care not to break the
31
# regex!
32
-__version__ = "1.0.1"
+__version__ = "2.0.0"
33
34
# codeql[py/unused-global-variable]
35
apilevel = "2.0"
0 commit comments