mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
deb0be4ae5
commit
242bc89fdf
2 changed files with 10 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.52"
|
||||
__version__ = "0.52.1"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,6 +4,15 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_52_1:
|
||||
|
||||
0.52.1 (2020-11-29)
|
||||
-------------------
|
||||
|
||||
- Documentation on :ref:`testing_plugins` now recommends using :ref:`internals_datasette_client`. (`#1102 <https://github.com/simonw/datasette/issues/1102>`__)
|
||||
- Fix bug where compound foreign keys produced broken links. (`#1098 <https://github.com/simonw/datasette/issues/1098>`__)
|
||||
- ``datasette --load-module=spatialite`` now also checks for ``/usr/local/lib/mod_spatialite.so``. Thanks, Dan Peterson. (`#1114 <https://github.com/simonw/datasette/issues/1114>`__)
|
||||
|
||||
.. _v0_52:
|
||||
|
||||
0.52 (2020-11-28)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue