diff --git a/docs/changelog.rst b/docs/changelog.rst index b1e95bb7..705ba4d4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `__) +- Workaround for "Too many open files" error in test runs. (`#846 `__) +- Respect existing ``scope["actor"]`` if already set by ASGI middleware. (`#854 `__) +- New process for shipping :ref:`contributing_alpha_beta`. (`#807 `__) + .. _v0_44: 0.44 (2020-06-11) diff --git a/docs/contributing.rst b/docs/contributing.rst index 75c1c3b2..03af7644 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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 ` with highlights of the new version. An example `commit can be seen here `__:: @@ -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 -----------------------