Release notes for 0.45a0

Refs #834 #846 #854 #807
pull/866/head 0.45a0
Simon Willison 2020-06-18 13:58:09 -07:00
rodzic c81f637d86
commit dda932d818
2 zmienionych plików z 14 dodań i 2 usunięć

Wyświetl plik

@ -4,6 +4,18 @@
Changelog
=========
.. _v0_45 alpha:
0.45a0 (2020-06-18)
-------------------
.. warning:: This is an **alpha** release. See :ref:`contributing_alpha_beta`.
- New :ref:`plugin_hook_startup` plugin hook. (`#834 <https://github.com/simonw/datasette/issues/834>`__)
- Workaround for "Too many open files" error in test runs. (`#846 <https://github.com/simonw/datasette/issues/846>`__)
- Respect existing ``scope["actor"]`` if already set by ASGI middleware. (`#854 <https://github.com/simonw/datasette/issues/854>`__)
- New process for shipping :ref:`contributing_alpha_beta`. (`#807 <https://github.com/simonw/datasette/issues/807>`__)
.. _v0_44:
0.44 (2020-06-11)

Wyświetl plik

@ -147,7 +147,7 @@ We increment ``minor`` for new features.
We increment ``patch`` for bugfix releass.
:ref:`contributing_release_alpha_beta` may have an additional ``a0`` or ``b0`` prefix - the integer component will be incremented with each subsequent alpha or beta.
:ref:`contributing_alpha_beta` may have an additional ``a0`` or ``b0`` prefix - the integer component will be incremented with each subsequent alpha or beta.
To release a new version, first create a commit that updates :ref:`the changelog <changelog>` with highlights of the new version. An example `commit can be seen here <https://github.com/simonw/datasette/commit/d56f402822df102f9cf1a9a056449d01a15e3aae>`__::
@ -183,7 +183,7 @@ Final steps once the release has deployed to https://pypi.org/project/datasette/
* Manually post the new release to GitHub releases: https://github.com/simonw/datasette/releases - you can convert the release notes to Markdown by copying and pasting the rendered HTML into this tool: https://euangoddard.github.io/clipboard2markdown/
* Manually kick off a build of the `stable` branch on Read The Docs: https://readthedocs.org/projects/datasette/builds/
.. _contributing_release_alpha_beta:
.. _contributing_alpha_beta:
Alpha and beta releases
-----------------------