From c1476a48d8ec0639018a1aa55187a30b62fc89c9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 28 May 2026 20:29:57 -0700 Subject: [PATCH] Release 1.0a31 Refs #2712, #2735, #2742, #2743, #2747, #2748 --- datasette/version.py | 2 +- docs/changelog.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/datasette/version.py b/datasette/version.py index 494d2dc0..76cabb1d 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "1.0a30" +__version__ = "1.0a31" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3c4e9c11..4f9ffdbb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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.