File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,20 @@ Changes for crate
5
5
Unreleased
6
6
==========
7
7
8
- - Added deprecation warning about dropping support for SQLAlchemy 1.3 soon, it is
9
- effectively EOL.
10
8
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
12
22
13
23
14
24
2022/12/08 0.29.0
Original file line number Diff line number Diff line change 29
29
30
30
# version string read from setup.py using a regex. Take care not to break the
31
31
# regex!
32
- __version__ = "0.29 .0"
32
+ __version__ = "0.30 .0"
33
33
34
34
apilevel = "2.0"
35
35
threadsafety = 2
You can’t perform that action at this time.
0 commit comments