mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
47333e43c6
commit
b7c44de56d
2 changed files with 8 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.64.6"
|
||||
__version__ = "0.64.7"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_64_7:
|
||||
|
||||
0.64.7 (2023-06-12)
|
||||
-------------------
|
||||
|
||||
- Fixed a bug where canned queries with named parameters threw an error when run against SQLite 3.46.0. (:issue:`2353`)
|
||||
|
||||
.. _v0_64_6:
|
||||
|
||||
0.64.6 (2023-12-22)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue