Skip to content

Commit

Permalink
Release 0.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Dec 3, 2020
1 parent 13c960c commit e048791
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.52.1"
__version__ = "0.52.2"
__version_info__ = tuple(__version__.split("."))
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
Changelog
=========

.. _v0_52_2:

0.52.2 (2020-12-02)
-------------------

- Generated columns from SQLite 3.31.0 or higher are now correctly displayed. (`#1116 <https://github.com/simonw/datasette/issues/1116>`__)
- Error message if you attempt to open a SpatiaLite database now suggests using ``--load-extension=spatialite`` if it detects that the extension is available in a common location. (`#1115 <https://github.com/simonw/datasette/issues/1115>`__)
- ``OPTIONS`` requests against the ``/database`` page no longer raise a 500 error. (`#1100 <https://github.com/simonw/datasette/issues/1100>`__)
- Databases larger than 32MB that are published to Cloud Run can now be downloaded. (`#749 <https://github.com/simonw/datasette/issues/749>`__)
- Fix for misaligned cog icon on table and database pages. Thanks, Abdussamet Koçak. (`#1121 <https://github.com/simonw/datasette/issues/1121>`__)

.. _v0_52_1:

0.52.1 (2020-11-29)
Expand Down

0 comments on commit e048791

Please sign in to comment.