Refs #1360
0.56.x 0.56.1
Simon Willison 2021-06-05 14:54:47 -07:00
rodzic 26fc539312
commit 6536e02f74
2 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
__version__ = "0.56"
__version__ = "0.56.1"
__version_info__ = tuple(__version__.split("."))

Wyświetl plik

@ -4,6 +4,14 @@
Changelog
=========
.. _v0_56_1:
0.56.1 (2021-06-05)
-------------------
.. warning::
This release fixes a `reflected cross-site scripting <https://owasp.org/www-community/attacks/xss/#reflected-xss-attacks>`__ security hole with the ``?_trace=1`` feature. You should upgrade to this version, or to Datasette 0.57, as soon as possible. (:issue:`1360`)
.. _v0_56:
0.56 (2021-03-28)