mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Release 0.61.1
Refs #1682 Refs https://github.com/simonw/datasette-hashed-urls/issues/13
This commit is contained in:
parent
0159662ab8
commit
d431a9055e
2 changed files with 8 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
__version__ = "0.61"
|
__version__ = "0.61.1"
|
||||||
__version_info__ = tuple(__version__.split("."))
|
__version_info__ = tuple(__version__.split("."))
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,13 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
.. _v0_61_1:
|
||||||
|
|
||||||
|
0.61.1 (2022-03-23)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Fixed a bug where databases with a different route from their name (as used by the `datasette-hashed-urls plugin <https://datasette.io/plugins/datasette-hashed-urls>`__) returned errors when executing custom SQL queries. (:issue:`1682`)
|
||||||
|
|
||||||
.. _v0_61:
|
.. _v0_61:
|
||||||
|
|
||||||
0.61 (2022-03-23)
|
0.61 (2022-03-23)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue