Release 1.0a31

Refs #2712, #2735, #2742, #2743, #2747, #2748
This commit is contained in:
Simon Willison 2026-05-28 20:29:57 -07:00
commit c1476a48d8
2 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
__version__ = "1.0a30"
__version__ = "1.0a31"
__version_info__ = tuple(__version__.split("."))

View file

@ -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.