Merge branch 'master' into fix/auto-dispose-iterators

Signed-off-by: Giuliano Mega <giuliano.mega@gmail.com>
This commit is contained in:
Giuliano Mega 2026-02-09 09:23:41 -03:00 committed by GitHub
commit 435a53a1f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
mode = ScriptMode.Verbose
packageName = "datastore"
version = "0.2.1"
version = "0.2.2"
author = "Status Research & Development GmbH"
description = "Simple, unified API for multiple data stores"
license = "Apache License 2.0 or MIT"
@ -11,7 +11,7 @@ requires "nim >= 2.0.14",
"chronos >= 4.0.4 & < 5.0.0",
"questionable >= 0.10.15 & < 0.11.0",
"sqlite3_abi >= 3.47.0.0 & < 4.0.0.0",
"leveldbstatic >= 0.2.0 & < 0.3.0",
"leveldbstatic >= 0.2.1 & < 0.3.0",
"stew >= 0.4.0 & < 0.5.0",
"unittest2 >= 0.2.3 & < 0.3.0"