Skip to content

Commit

Permalink
Release 0.63.1
Browse files Browse the repository at this point in the history
Refs ##1843, #1876, #1883
  • Loading branch information
simonw committed Nov 11, 2022
1 parent 8d9a957 commit 9f54f00
Show file tree
Hide file tree
Showing 2 changed files with 11 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.63"
__version__ = "0.63.1"
__version_info__ = tuple(__version__.split("."))
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
Changelog
=========

.. _v0_63_1:

0.63.1 (2022-11-10)
-------------------

- Fixed a bug where Datasette's table filter form would not redirect correctly when run behind a proxy using the :ref:`base_url <setting_base_url>` setting. (:issue:`1883`)
- SQL query is now shown wrapped in a ``<textarea>`` if a query exceeds a time limit. (:issue:`1876`)
- Fixed an intermittent "Too many open files" error while running the test suite. (:issue:`1843`)
- New :ref:`database_close` internal method.

.. _v0_63:

0.63 (2022-10-27)
Expand Down

0 comments on commit 9f54f00

Please sign in to comment.