From 13b3b51087964d5e1a8c1cdd2495e07bdbe176b8 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 15 Aug 2020 13:56:08 -0700 Subject: [PATCH] Release 0.47.3 Refs #934, https://github.com/simonw/latest-datasette-with-all-plugins/issues/3 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 76030bbd..f5b738be 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_47_3: + +0.47.3 (2020-08-15) +------------------- + +- The ``datasette --get`` command-line mechanism now ensures any plugins using the ``startup()`` hook are correctly executed. (`#934 `__) + .. _v0_47_2: 0.47.2 (2020-08-12)