From 261b4ca55686059489b1314c440f0e2fca21aca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Fri, 26 Apr 2024 11:56:47 -0700 Subject: [PATCH] release 4.15.0 --- docs/changelog.rst | 20 ++++++++++++++++++++ docs/changelog/3247.bugfix.rst | 1 - docs/changelog/3256.bugfix.rst | 1 - docs/changelog/3257.bugfix.rst | 1 - docs/changelog/3260.bugfix.rst | 1 - docs/changelog/3261.feature.rst | 1 - docs/changelog/3271.feature.rst | 1 - docs/changelog/3272.bugfix.rst | 1 - docs/changelog/3274.doc.rst | 1 - 9 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 docs/changelog/3247.bugfix.rst delete mode 100644 docs/changelog/3256.bugfix.rst delete mode 100644 docs/changelog/3257.bugfix.rst delete mode 100644 docs/changelog/3260.bugfix.rst delete mode 100644 docs/changelog/3261.feature.rst delete mode 100644 docs/changelog/3271.feature.rst delete mode 100644 docs/changelog/3272.bugfix.rst delete mode 100644 docs/changelog/3274.doc.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index c99431188..07b0ff983 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,26 @@ Release History .. towncrier release notes start +v4.15.0 (2024-04-26) +-------------------- + +Features - 4.15.0 +~~~~~~~~~~~~~~~~~ +- Add support for multiple appending override options (-x, --override) on command line - by :user:`amitschang`. (:issue:`3261`) +- Add support for inverting exit code success criteria using bang (!) (:issue:`3271`) + +Bugfixes - 4.15.0 +~~~~~~~~~~~~~~~~~ +- Fix issue that the leading character ``c`` was dropped from packages in constraints files - by :user:`jugmac00`. (:issue:`3247`) +- Allow appending to ``deps`` with ``--override testenv.deps+=foo`` - by :user:`stefanor`. (:issue:`3256`) +- Fix non-existing branch ``rewrite`` in the documentation to ``main``. (:issue:`3257`) +- Update test typing for build 1.2.0, which has an explicit ``Distribution`` type - by :user:`stefanor`. (:issue:`3260`) +- Fix broken input parsing for ``--discover`` flag. - by :user:`mimre25` (:issue:`3272`) + +Improved Documentation - 4.15.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Rephrase ``--discover`` flag's description to avoid confusion between paths and executables. - by :user:`mimre25` (:issue:`3274`) + v4.14.2 (2024-03-22) -------------------- diff --git a/docs/changelog/3247.bugfix.rst b/docs/changelog/3247.bugfix.rst deleted file mode 100644 index f94bcc9e7..000000000 --- a/docs/changelog/3247.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix issue that the leading character ``c`` was dropped from packages in constraints files - by :user:`jugmac00`. diff --git a/docs/changelog/3256.bugfix.rst b/docs/changelog/3256.bugfix.rst deleted file mode 100644 index 819082c70..000000000 --- a/docs/changelog/3256.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Allow appending to ``deps`` with ``--override testenv.deps+=foo`` - by :user:`stefanor`. diff --git a/docs/changelog/3257.bugfix.rst b/docs/changelog/3257.bugfix.rst deleted file mode 100644 index 9770745b0..000000000 --- a/docs/changelog/3257.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix non-existing branch ``rewrite`` in the documentation to ``main``. diff --git a/docs/changelog/3260.bugfix.rst b/docs/changelog/3260.bugfix.rst deleted file mode 100644 index 793322c8f..000000000 --- a/docs/changelog/3260.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Update test typing for build 1.2.0, which has an explicit ``Distribution`` type - by :user:`stefanor`. diff --git a/docs/changelog/3261.feature.rst b/docs/changelog/3261.feature.rst deleted file mode 100644 index f07f3d74b..000000000 --- a/docs/changelog/3261.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add support for multiple appending override options (-x, --override) on command line - by :user:`amitschang`. diff --git a/docs/changelog/3271.feature.rst b/docs/changelog/3271.feature.rst deleted file mode 100644 index 432a36fb7..000000000 --- a/docs/changelog/3271.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add support for inverting exit code success criteria using bang (!) diff --git a/docs/changelog/3272.bugfix.rst b/docs/changelog/3272.bugfix.rst deleted file mode 100644 index 7877bd400..000000000 --- a/docs/changelog/3272.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix broken input parsing for ``--discover`` flag. - by :user:`mimre25` diff --git a/docs/changelog/3274.doc.rst b/docs/changelog/3274.doc.rst deleted file mode 100644 index d2ffe6028..000000000 --- a/docs/changelog/3274.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Rephrase ``--discover`` flag's description to avoid confusion between paths and executables. - by :user:`mimre25`