Refs #1497, #1503, #1506
pull/1508/head
Simon Willison 2021-11-13 21:14:43 -08:00
rodzic 1c13e1af06
commit de1e031713
2 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "0.59.1"
__version__ = "0.59.2"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -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 <https://simonwillison.net/2017/Nov/13/datasette/>`__ from 2017.
.. _v0_59_1:
0.59.1 (2021-10-24)