mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
c00f29affc
commit
c73af5dd72
2 changed files with 8 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.58"
|
||||
__version__ = "0.58.1"
|
||||
__version_info__ = tuple(__version__.split("."))
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_58_1:
|
||||
|
||||
0.58.1 (2021-07-16)
|
||||
-------------------
|
||||
|
||||
- Fix for an intermittent race condition caused by the ``refresh_schemas()`` internal function. (:issue:`1231`)
|
||||
|
||||
.. _v0_58:
|
||||
|
||||
0.58 (2021-07-14)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue