From d16a666ae31c2fd6d8204c39498758cc529167a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 3 Jan 2023 18:05:48 -0800 Subject: release 4.2.0 --- docs/changelog.rst | 15 +++++++++++++++ docs/changelog/2543.doc.rst | 1 - docs/changelog/2543.feature.rst | 3 --- docs/changelog/2728.doc.rst | 1 - 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 docs/changelog/2543.doc.rst delete mode 100644 docs/changelog/2543.feature.rst delete mode 100644 docs/changelog/2728.doc.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 6633511c..6f01c9eb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,21 @@ Release History .. towncrier release notes start +v4.2.0 (2023-01-03) +------------------- + +Features - 4.2.0 +~~~~~~~~~~~~~~~~ +- Packaging environments now inherit from the ``pkgenv`` section, allowing to set all your packaging options in one place, + and support the ``deps`` key to set additional dependencies that will be installed after ``pyprojec.toml`` static + ``requires`` but before backends dynamic requires - by :user:`gaborbernat`. (:issue:`2543`) + +Improved Documentation - 4.2.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Document breaking changes with tox 4 and packaging environments - by :user:`gaborbernat`. (:issue:`2543`) +- Document how to handle environments whose names match ``tox`` subcommands - by :user:`sirosen`. (:issue:`2728`) + + v4.1.3 (2023-01-02) ------------------- diff --git a/docs/changelog/2543.doc.rst b/docs/changelog/2543.doc.rst deleted file mode 100644 index 59af6d2f..00000000 --- a/docs/changelog/2543.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Document breaking changes with tox 4 and packaging environments - by :user:`gaborbernat`. diff --git a/docs/changelog/2543.feature.rst b/docs/changelog/2543.feature.rst deleted file mode 100644 index c605a26d..00000000 --- a/docs/changelog/2543.feature.rst +++ /dev/null @@ -1,3 +0,0 @@ -Packaging environments now inherit from the ``pkgenv`` section, allowing to set all your packaging options in one place, -and support the ``deps`` key to set additional dependencies that will be installed after ``pyprojec.toml`` static -``requires`` but before backends dynamic requires - by :user:`gaborbernat`. diff --git a/docs/changelog/2728.doc.rst b/docs/changelog/2728.doc.rst deleted file mode 100644 index b25e836c..00000000 --- a/docs/changelog/2728.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Document how to handle environments whose names match ``tox`` subcommands - by :user:`sirosen`. -- cgit v1.2.1