Skip to content

Commit ea9a97b

Browse files
RLS: v0.12.0
1 parent d2baaa3 commit ea9a97b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGES.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 0.12.0 (xxxx-xx-xx)
3+
## 0.12.0 (2025-11-26)
44

55
### Potentially breaking changes
66

@@ -18,20 +18,20 @@
1818

1919
### Bug fixes
2020

21-
- Fix decode error reading an sqlite file on windows (#568).
22-
- Fix wrong layername when creating .gpkg.zip file (#570).
21+
- Fix decode error reading an sqlite file on Windows (#568).
22+
- Fix wrong layer name when creating .gpkg.zip file (#570).
2323
- Fix segfault on providing an invalid value for `layer` in `read_info` (#564).
2424
- Fix error when reading data with ``use_arrow=True`` after having used the
2525
Parquet driver with GDAL>=3.12 (#601).
2626

2727
### Packaging
2828

29+
- Wheels are now available for Python 3.14 (#579).
2930
- The GDAL library included in the wheels is upgraded from 3.10.3 to 3.11.4 (#578).
3031
- Add libkml driver to the wheels for more recent Linux platforms supported
31-
by manylinux_2_28, MacOS, and Windows (#561).
32+
by manylinux_2_28, macOS, and Windows (#561).
3233
- Add libspatialite to the wheels (#546).
3334
- Minimum required Python version is now 3.10 (#557).
34-
- Wheels are now available for Python 3.14 (#579).
3535
- Initial support for free-threaded Python builds, with the extension module
3636
declaring free-threaded support and wheels for Python 3.13t and 3.14t being
3737
built (#562).

0 commit comments

Comments
 (0)