From a731637cbaf2da326a8ce5c857e2e873ef1120ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Fri, 25 Mar 2022 18:20:16 +0000 Subject: [PATCH 1/2] release 20.14.0 --- docs/changelog.rst | 14 ++++++++++++++ docs/changelog/2317.bugfix.rst | 1 - docs/changelog/2320.bugfix.rst | 1 - docs/changelog/2321.feature.rst | 1 - docs/changelog/2322.bugfix.rst | 2 -- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 docs/changelog/2317.bugfix.rst delete mode 100644 docs/changelog/2320.bugfix.rst delete mode 100644 docs/changelog/2321.feature.rst delete mode 100644 docs/changelog/2322.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 7fa0293e1..1585f59c5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,20 @@ Release History .. towncrier release notes start +v20.14.0 (2022-03-25) +--------------------- + +Features - 20.14.0 +~~~~~~~~~~~~~~~~~~ +- Support Nushell activation scripts with nu version ``0.60`` - by :user:`kubouch`. (`#2321 `_) + +Bugfixes - 20.14.0 +~~~~~~~~~~~~~~~~~~ +- Improve performance of python startup inside created virtualenvs - by :user:`asottile`. (`#2317 `_) +- Upgrade embedded setuptools to ``60.10.0`` from ``60.9.3`` - by :user:`gaborbernat`. (`#2320 `_) +- Upgrade embedded setuptools to ``61.0.0`` from ``60.10.0`` - by :user:`gaborbernat`. (`#2322 `_) + + v20.13.3 (2022-03-07) --------------------- diff --git a/docs/changelog/2317.bugfix.rst b/docs/changelog/2317.bugfix.rst deleted file mode 100644 index 6d71302d2..000000000 --- a/docs/changelog/2317.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Improve performance of python startup inside created virtualenvs - by :user:`asottile`. diff --git a/docs/changelog/2320.bugfix.rst b/docs/changelog/2320.bugfix.rst deleted file mode 100644 index 977523d86..000000000 --- a/docs/changelog/2320.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Upgrade embedded setuptools to ``60.10.0`` from ``60.9.3`` - by :user:`gaborbernat`. diff --git a/docs/changelog/2321.feature.rst b/docs/changelog/2321.feature.rst deleted file mode 100644 index 954c5d373..000000000 --- a/docs/changelog/2321.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Support Nushell activation scripts with nu version ``0.60`` - by :user:`kubouch`. diff --git a/docs/changelog/2322.bugfix.rst b/docs/changelog/2322.bugfix.rst deleted file mode 100644 index def704e11..000000000 --- a/docs/changelog/2322.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Upgrade embedded setuptools to ``61.0.0`` from ``60.10.0`` - by :user:`gaborbernat`. - From e2822f79cc2667178ac50cde191a858161a39fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Fri, 25 Mar 2022 18:23:39 +0000 Subject: [PATCH 2/2] Fix changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- docs/changelog.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1585f59c5..93b0e9105 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,10 +14,15 @@ Features - 20.14.0 Bugfixes - 20.14.0 ~~~~~~~~~~~~~~~~~~ -- Improve performance of python startup inside created virtualenvs - by :user:`asottile`. (`#2317 `_) -- Upgrade embedded setuptools to ``60.10.0`` from ``60.9.3`` - by :user:`gaborbernat`. (`#2320 `_) - Upgrade embedded setuptools to ``61.0.0`` from ``60.10.0`` - by :user:`gaborbernat`. (`#2322 `_) +v20.13.4 (2022-03-18) +--------------------- + +Bugfixes - 20.14.0 +~~~~~~~~~~~~~~~~~~ +- Improve performance of python startup inside created virtualenvs - by :user:`asottile`. (`#2317 `_) +- Upgrade embedded setuptools to ``60.10.0`` from ``60.9.3`` - by :user:`gaborbernat`. (`#2320 `_) v20.13.3 (2022-03-07) ---------------------