From 3dc0b3fa8c9b9bd81540ffe20c8b7e7a72465274 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 4 Nov 2018 22:31:41 -0800 Subject: [PATCH] Release 0.25.1 --- docs/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 27d1d3ad..a383b228 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,15 @@ Changelog ========= +.. _v0_25_1: + +0.25.1 (2018-11-04) +------------------- + +Documentation improvements plus a fix for publishing to Zeit Now. + +- ``datasette publish now`` now uses Zeit's v1 platform, to work around the new 100MB image limit. Thanks, @slygent - closes `#366 `__. + .. _v0_25: 0.25 (2018-09-19)