mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
d23a267138
commit
cd7678fde6
2 changed files with 8 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.57.1"
|
||||
__version__ = "0.58a0"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_58a0:
|
||||
|
||||
0.58a0 (2021-06-09)
|
||||
-------------------
|
||||
|
||||
- The :ref:`menu_links() <plugin_hook_menu_links>`, :ref:`table_actions() <plugin_hook_table_actions>` and :ref:`database_actions() <plugin_hook_database_actions>` plugin hooks all gained a new optional ``request`` argument providing access to the current request. (:issue:`1371`)
|
||||
|
||||
.. _v0_57_1:
|
||||
|
||||
0.57.1 (2021-06-08)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue