From f832435b882def6e0bbcd24006053521f8b96351 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 10 Nov 2022 23:01:20 -0800 Subject: [PATCH] Release 0.63.1 Refs ##1843, #1876, #1883 --- datasette/version.py | 2 +- docs/changelog.rst | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/datasette/version.py b/datasette/version.py index ac012640..3a4f06dc 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.63" +__version__ = "0.63.1" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index f573afb3..0e0393ef 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,16 @@ Changelog ========= +.. _v0_63_1: + +0.63.1 (2022-11-10) +------------------- + +- Fixed a bug where Datasette's table filter form would not redirect correctly when run behind a proxy using the :ref:`base_url ` setting. (:issue:`1883`) +- SQL query is now shown wrapped in a ``