File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,20 @@ Changes for crate
55Unreleased
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
14242022/12/08 0.29.0
Original file line number Diff line number Diff line change 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
3434apilevel = "2.0"
3535threadsafety = 2
You can’t perform that action at this time.
0 commit comments