diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 29764aa5..e302e069 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +pytest-xdist 2.4.0 (2021-09-20) +=============================== + +Features +-------- + +- `#696 `_: On Linux, the process title now changes to indicate the current worker state (running/idle). + + Depends on the `setproctitle `__ package, which can be installed with ``pip install pytest-xdist[setproctitle]``. + +- `#704 `_: Add support for Python 3.10. + + pytest-xdist 2.3.0 (2021-06-16) =============================== diff --git a/RELEASING.rst b/RELEASING.rst index 078c35b4..5cfd7c01 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -41,3 +41,5 @@ To publish a new release ``X.Y.Z``, the steps are as follows: $ git push git@github.com:pytest-dev/pytest-xdist.git v$VERSION That will build the package and publish it on ``PyPI`` automatically. + +#. Merge the release PR to `master`. diff --git a/changelog/696.feature.rst b/changelog/696.feature.rst deleted file mode 100644 index 8c78a141..00000000 --- a/changelog/696.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -On Linux, the process title now changes to indicate the current worker state (running/idle). - -Depends on the `setproctitle `__ package, which can be installed with ``pip install pytest-xdist[setproctitle]``. diff --git a/changelog/704.feature b/changelog/704.feature deleted file mode 100644 index d1e7f795..00000000 --- a/changelog/704.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for Python 3.10.