mirror of
https://github.com/simonw/datasette.git
synced 2026-06-04 08:07:01 +02:00
parent
72cf476d1d
commit
c1476a48d8
2 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "1.0a30"
|
||||
__version__ = "1.0a31"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v1_0_unreleased:
|
||||
.. _v1_0_a31:
|
||||
|
||||
Unreleased
|
||||
----------
|
||||
1.0a31 (2026-05-28)
|
||||
-------------------
|
||||
|
||||
Datasette now offers users with the necessary permissions the ability to both **execute write queries** against their database and to **save stored queries** (renamed from "canned queries") both privately and for use by other members of their Datasette instance.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue