Skip to content

Commit 6ec9995

Browse files
committed
Release 2.0.0
1 parent 44cad01 commit 6ec9995

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changes for crate
55
Unreleased
66
==========
77

8+
2025/01/30 2.0.0
9+
================
10+
811
- Switched JSON encoder to use the `orjson`_ library, to improve JSON
912
marshalling performance. Thanks, @widmogrod.
1013

src/crate/client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# version string read from setup.py using a regex. Take care not to break the
3131
# regex!
32-
__version__ = "1.0.1"
32+
__version__ = "2.0.0"
3333

3434
# codeql[py/unused-global-variable]
3535
apilevel = "2.0"

0 commit comments

Comments
 (0)