From 2a0a94fe972e4b1556e73026dc381d297bc906bc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 8 Mar 2023 12:41:13 -0800 Subject: [PATCH] Release 0.64.2 Refs #2036 --- datasette/version.py | 2 +- docs/changelog.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/datasette/version.py b/datasette/version.py index 05f25dd6..4e0dc4fc 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.64.1" +__version__ = "0.64.2" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5f69a3fd..0899b6fc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_64_2: + +0.64.2 (2023-03-08) +------------------- + +- Fixed a bug with ``datasette publish cloudrun`` where deploys all used the same Docker image tag. This was mostly inconsequential as the service is deployed as soon as the image has been pushed to the registry, but could result in the incorrect image being deployed if two different deploys for two separate services ran at exactly the same time. (:issue:`2036`) + .. _v0_64_1: 0.64.1 (2023-01-11)