diff --git a/datasette/version.py b/datasette/version.py index ff1f55e8..db89b418 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.59.1" +__version__ = "0.59.2" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index 40f49fb2..47ca3480 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,16 @@ Changelog ========= +.. _v0_59_2: + +0.59.2 (2021-11-13) +------------------- + +- Column names with a leading underscore now work correctly when used as a facet. (:issue:`1506`) +- Applying ``?_nocol=`` to a column no longer removes that column from the filtering interface. (:issue:`1503`) +- Official Datasette Docker container now uses Debian Bullseye as the base image. (:issue:`1497`) +- Datasette is four years old today! Here's the `original release announcement `__ from 2017. + .. _v0_59_1: 0.59.1 (2021-10-24)