Skip to content

Commit

Permalink
Release 0.57a0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 23, 2021
1 parent 9789b94 commit a443dba
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.56"
__version__ = "0.57a0"
__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_57_a0:

0.57a0 (2021-05-22)
-------------------

Mainly dependency bumps, plus a new ``?_facet_size=`` argument.

- Updated dependencies: pytest-asyncio, Black, jinja2, aiofiles, itsdangerous
- Fixed bug where columns called "Link" were incorrectly displayed in bold. (:issue:`1308`)
- New ``?_facet_size=`` argument for customizing the number of facet results returned on a page. (:issue:`1332`)

.. _v0_56:

0.56 (2021-03-28)
Expand Down

1 comment on commit a443dba

@mroswell
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this. If I have an app already on Vercel, deployed by a GitHub Action, how do I do the upgrade? Do I just change the requirements.txt file to point to 0.57a0 ?

Please sign in to comment.