mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
f4c5777c7e
commit
a3faf37883
2 changed files with 9 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
__version__ = "0.57"
|
__version__ = "0.57.1"
|
||||||
__version_info__ = tuple(__version__.split("."))
|
__version_info__ = tuple(__version__.split("."))
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,14 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
.. _v0_57_1:
|
||||||
|
|
||||||
|
0.57.1 (2021-06-08)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Fixed visual display glitch with global navigation menu. (:issue:`1367`)
|
||||||
|
- No longer truncates the list of table columns displayed on the ``/database`` page. (:issue:`1364`)
|
||||||
|
|
||||||
.. _v0_57:
|
.. _v0_57:
|
||||||
|
|
||||||
0.57 (2021-06-05)
|
0.57 (2021-06-05)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue