From 2e22984737769626727998a777f89dcff6dbb6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 28 Feb 2023 10:20:01 -0800 Subject: [PATCH] release 20.20.0 --- docs/changelog.rst | 13 +++++++++++++ docs/changelog/2504.bugfix.rst | 1 - docs/changelog/2506.feature.rst | 1 - docs/changelog/2510.bugfix.rst | 1 - 4 files changed, 13 insertions(+), 3 deletions(-) delete mode 100644 docs/changelog/2504.bugfix.rst delete mode 100644 docs/changelog/2506.feature.rst delete mode 100644 docs/changelog/2510.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 2f7af19fc..90710bbaa 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,19 @@ Release History .. towncrier release notes start +v20.20.0 (2023-02-28) +--------------------- + +Features - 20.20.0 +~~~~~~~~~~~~~~~~~~ +- Change environment variable existence check in Nushell activation script to not use deprecated command. (:issue:`2506`) + +Bugfixes - 20.20.0 +~~~~~~~~~~~~~~~~~~ +- Discover CPython implementations distributed on Windows by any organization - by :user:`faph`. (:issue:`2504`) +- Upgrade embedded setuptools to ``67.4.0`` from ``67.1.0`` and pip to ``23.0.1`` from ``23.0`` - by :user:`gaborbernat`. (:issue:`2510`) + + v20.19.0 (2023-02-07) --------------------- diff --git a/docs/changelog/2504.bugfix.rst b/docs/changelog/2504.bugfix.rst deleted file mode 100644 index 31fdc8265..000000000 --- a/docs/changelog/2504.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Discover CPython implementations distributed on Windows by any organization - by :user:`faph`. diff --git a/docs/changelog/2506.feature.rst b/docs/changelog/2506.feature.rst deleted file mode 100644 index 3e69002a3..000000000 --- a/docs/changelog/2506.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Change environment variable existence check in Nushell activation script to not use deprecated command. diff --git a/docs/changelog/2510.bugfix.rst b/docs/changelog/2510.bugfix.rst deleted file mode 100644 index ab6b76f70..000000000 --- a/docs/changelog/2510.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade embedded setuptools to ``67.4.0`` from ``67.1.0`` and pip to ``23.0.1`` from ``23.0`` - by :user:`gaborbernat`.