Skip to content

Commit 60f4b09

Browse files
committed
MNT: changelog
1 parent 23ac8a1 commit 60f4b09

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Write the date in place of the "Unreleased" in the case a new version is release
44
# Changelog
55

66

7+
## Unreleased
8+
9+
### Changed
10+
11+
- Configured recycle and added explicit pre-ping option for storage databases.
12+
13+
714
## v0.1.2 (2025-09-17)
815

916
This release temporarily pins backs the version of the depedency DuckDB to

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tiled = "tiled.commandline.main:main"
5555

5656
# This is the union of all optional dependencies.
5757
all = [
58-
"adbc_driver_manager <= 1.4.0",
58+
"adbc_driver_manager",
5959
"adbc_driver_postgresql",
6060
"adbc_driver_sqlite",
6161
"aiofiles",
@@ -214,7 +214,7 @@ minimal-server = [
214214
]
215215
# This is the "kichen sink" fully-featured server dependency set.
216216
server = [
217-
"adbc_driver_manager <= 1.4.0",
217+
"adbc_driver_manager",
218218
"adbc_driver_postgresql",
219219
"adbc_driver_sqlite",
220220
"aiofiles",

0 commit comments

Comments
 (0)