mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
a390bdf9ce
commit
ad90a72afa
2 changed files with 8 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.59a0"
|
||||
__version__ = "0.59a1"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_59a1:
|
||||
|
||||
0.59a1 (2021-08-08)
|
||||
-------------------
|
||||
|
||||
- The :ref:`render_cell() <plugin_hook_render_cell>` plugin hook can now return an awaitable function. This means the hook can execute SQL queries. (:issue:`1425`)
|
||||
|
||||
.. _v0_59a0:
|
||||
|
||||
0.59a0 (2021-08-06)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue