Release 0.54a0

Refs #1091, #1145, #1151, #1156, #1157, #1158, #1166, #1170, #1178, #1182, #1184, #1185, #1186, #1187
This commit is contained in:
Simon Willison 2021-01-19 12:47:30 -08:00
commit 57f4d7b82f
2 changed files with 12 additions and 1 deletions

View file

@ -1,2 +1,2 @@
__version__ = "0.53"
__version__ = "0.54a0"
__version_info__ = tuple(__version__.split("."))

View file

@ -4,6 +4,17 @@
Changelog
=========
.. _v0_54_a0:
0.54a0 (2020-12-19)
-------------------
**Alpha release**. Release notes in progress.
- Improved support for named in-memory databases. (`#1151 <https://github.com/simonw/datasette/issues/1151>`__)
- New ``_internal`` in-memory database tracking attached databases, tables and columns. (`#1150 <https://github.com/simonw/datasette/issues/1150>`__)
- Support for JavaScript modules. (`#1186 <https://github.com/simonw/datasette/issues/1186>`__, `#1187 <https://github.com/simonw/datasette/issues/1187>`__)
.. _v0_53:
0.53 (2020-12-10)