From 7e357abbc38dcc9d19a2f1df3252668a48e941e4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 8 Mar 2020 16:26:50 -0700 Subject: [PATCH] Release 0.38 --- README.md | 1 + docs/changelog.rst | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index c19a8b60..4bf9864d 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Datasette is aimed at data journalists, museum curators, archivists, local gover ## News + * 8th March 2020: [Datasette 0.38](http://datasette.readthedocs.io/en/latest/changelog.html#v0-38) - New `--memory` option for `datasete publish cloudrun`, [Docker image](https://hub.docker.com/r/datasetteproject/datasette) upgraded to SQLite 3.31.1. * 25th February 2020: [Datasette 0.37](http://datasette.readthedocs.io/en/latest/changelog.html#v0-37) - new internal APIs enabling plugins to safely write to databases. Read more here: [Datasette Writes](https://simonwillison.net/2020/Feb/26/weeknotes-datasette-writes/). * 21st February 2020: [Datasette 0.36](http://datasette.readthedocs.io/en/latest/changelog.html#v0-36) - new internals documentation for plugins, `prepare_connection()` now accepts optional `database` and `datasette` arguments. * 4th February 2020: [Datasette 0.35](http://datasette.readthedocs.io/en/latest/changelog.html#v0-35) - new `.render_template()` method for plugins. diff --git a/docs/changelog.rst b/docs/changelog.rst index 93c250b5..215058f4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Changelog ========= +.. _v0_38: + +0.38 (2020-03-08) +----------------- + +* The `Docker build `__ of Datasette now uses SQLite 3.31.1, upgraded from 3.26. (`#695 `__) +* ``datasette publish cloudrun`` now accepts an optional ``--memory=2Gi`` flag for setting the Cloud Run allocated memory to a value other than the default (256Mi). (`#694 `__) +* Fixed bug where templates that shipped with plugins were sometimes not being correctly loaded. (`#697 `__) + .. _v0_37_1: 0.37.1 (2020-03-02)