Skip to content

Commit 95332ec

Browse files
committed
Release 0.30.0
1 parent 676b03f commit 95332ec

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGES.txt

+13-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,20 @@ Changes for crate
55
Unreleased
66
==========
77

8-
- Added deprecation warning about dropping support for SQLAlchemy 1.3 soon, it is
9-
effectively EOL.
108

11-
- Added support for SQLAlchemy 2.0.
9+
2023/02/16 0.30.0
10+
=================
11+
12+
- Added deprecation warning about dropping support for SQLAlchemy 1.3 soon, it
13+
is effectively EOL.
14+
15+
- Added support for SQLAlchemy 2.0. See also `What's New in SQLAlchemy 2.0`_
16+
and `SQLAlchemy 2.0 migration guide`_.
17+
18+
- Updated to geojson 3.0.0.
19+
20+
.. _SQLAlchemy 2.0 migration guide: https://docs.sqlalchemy.org/en/20/changelog/migration_20.html
21+
.. _What's New in SQLAlchemy 2.0: https://docs.sqlalchemy.org/en/20/changelog/whatsnew_20.html
1222

1323

1424
2022/12/08 0.29.0

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__ = "0.29.0"
32+
__version__ = "0.30.0"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
 (0)