From ff73a723d0f8ef6448eebdfc42bdca498a005c9a Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Tue, 11 Sep 2018 16:21:15 +0100 Subject: release 3.3.0 --- CHANGELOG.rst | 24 ++++++++++++++++++++++++ changelog/573.feature.rst | 2 -- changelog/820.feature.rst | 1 - changelog/931.bugfix.rst | 1 - changelog/951.feature.rst | 1 - changelog/955.misc.rst | 1 - 6 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 changelog/573.feature.rst delete mode 100644 changelog/820.feature.rst delete mode 100644 changelog/931.bugfix.rst delete mode 100644 changelog/951.feature.rst delete mode 100644 changelog/955.misc.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 462dcd04..136e63e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,30 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +3.3.0 (2018-09-11) +------------------ + +Bugfixes +^^^^^^^^ + +- fix ``TOX_LIMITED_SHEBANG`` when running under python3 - by :user:`asottile` (`#931 `_) + + +Features +^^^^^^^^ + +- `PEP-517 `_ source distribution support (create a + ``.package`` virtual environment to perform build operations inside) by :user:`gaborbernat` (`#573 `_) +- `flit `_ support via implementing ``PEP-517`` by :user:`gaborbernat` (`#820 `_) +- packaging now is exposed as a hook via ``tox_package(session, venv)`` - by :user:`gaborbernat` (`#951 `_) + + +Miscellaneous +^^^^^^^^^^^^^ + +- Updated the VSTS build YAML to use the latest jobs and pools syntax - by :user:`davidstaheli` (`#955 `_) + + 3.2.1 (2018-08-10) ------------------ diff --git a/changelog/573.feature.rst b/changelog/573.feature.rst deleted file mode 100644 index a982c1ed..00000000 --- a/changelog/573.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -`PEP-517 `_ source distribution support (create a -``.package`` virtual environment to perform build operations inside) by :user:`gaborbernat` diff --git a/changelog/820.feature.rst b/changelog/820.feature.rst deleted file mode 100644 index 1a8be1bd..00000000 --- a/changelog/820.feature.rst +++ /dev/null @@ -1 +0,0 @@ -`flit `_ support via implementing ``PEP-517`` by :user:`gaborbernat` diff --git a/changelog/931.bugfix.rst b/changelog/931.bugfix.rst deleted file mode 100644 index 060a2902..00000000 --- a/changelog/931.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -fix ``TOX_LIMITED_SHEBANG`` when running under python3 - by :user:`asottile` diff --git a/changelog/951.feature.rst b/changelog/951.feature.rst deleted file mode 100644 index 0dd27638..00000000 --- a/changelog/951.feature.rst +++ /dev/null @@ -1 +0,0 @@ -packaging now is exposed as a hook via ``tox_package(session, venv)`` - by :user:`gaborbernat` diff --git a/changelog/955.misc.rst b/changelog/955.misc.rst deleted file mode 100644 index 6d6edcc5..00000000 --- a/changelog/955.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Updated the VSTS build YAML to use the latest jobs and pools syntax - by :user:`davidstaheli` -- cgit v1.2.1