From 6cc196301f054c8babff0df0bac4253c576555b9 Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Fri, 10 Aug 2018 07:17:41 +0100 Subject: release 3.2.0 --- CHANGELOG.rst | 13 +++++++++++++ changelog/783.feature.rst | 1 - changelog/849.feature.rst | 2 -- changelog/xxx.feature.rst | 2 -- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 changelog/783.feature.rst delete mode 100644 changelog/849.feature.rst delete mode 100644 changelog/xxx.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9dd0d601..7cfd9f8e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,19 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +3.2.0 (2018-08-10) +------------------ + +Features +^^^^^^^^ + +- Switch pip invocations to use the module ``-m pip`` instead of direct invocation. This could help + avoid some of the shebang limitations. - by :user:`gaborbernat` (`#935 `_) +- Ability to specify package requirements for the tox run via the ``tox.ini`` (``tox`` section under key ``requires`` - PEP-508 style): can be used to specify both plugin requirements or build dependencies. - by :user:`gaborbernat` (`#783 `_) +- Allow to run multiple tox instances in parallel by providing the + ``--parallel--safe-build`` flag. - by :user:`gaborbernat` (`#849 `_) + + 3.1.3 (2018-08-03) ------------------ diff --git a/changelog/783.feature.rst b/changelog/783.feature.rst deleted file mode 100644 index c49c8e35..00000000 --- a/changelog/783.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Ability to specify package requirements for the tox run via the ``tox.ini`` (``tox`` section under key ``requires`` - PEP-508 style): can be used to specify both plugin requirements or build dependencies. - by :user:`gaborbernat` diff --git a/changelog/849.feature.rst b/changelog/849.feature.rst deleted file mode 100644 index 5f0daf69..00000000 --- a/changelog/849.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Allow to run multiple tox instances in parallel by providing the -```--parallel--safe-build`` flag. - by :user:`gaborbernat` diff --git a/changelog/xxx.feature.rst b/changelog/xxx.feature.rst deleted file mode 100644 index 4993e688..00000000 --- a/changelog/xxx.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Switch pip invocations to use the module ``-m pip`` instead of direct invocation. This could help -avoid some of the shebang limitations. - by :user:`gaborbernat` -- cgit v1.2.1