summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2018-09-11 16:55:45 +0100
committerGitHub <noreply@github.com>2018-09-11 16:55:45 +0100
commitd7a1f13c12da60fe6e91df50fcef757a91048830 (patch)
tree3c6f4e7b8ac1aee21ea464168c1e5e98064f964e
parentccdca4a567095a4fc972bb007904c8e3ba3f0b87 (diff)
parentff73a723d0f8ef6448eebdfc42bdca498a005c9a (diff)
downloadtox-git-d7a1f13c12da60fe6e91df50fcef757a91048830.tar.gz
Merge pull request #962 from tox-dev/release-3.3.0
release 3.3.0
-rw-r--r--CHANGELOG.rst24
-rw-r--r--changelog/573.feature.rst2
-rw-r--r--changelog/820.feature.rst1
-rw-r--r--changelog/931.bugfix.rst1
-rw-r--r--changelog/951.feature.rst1
-rw-r--r--changelog/955.misc.rst1
6 files changed, 24 insertions, 6 deletions
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 <https://github.com/tox-dev/tox/issues/931>`_)
+
+
+Features
+^^^^^^^^
+
+- `PEP-517 <https://www.python.org/dev/peps/pep-0517/>`_ source distribution support (create a
+ ``.package`` virtual environment to perform build operations inside) by :user:`gaborbernat` (`#573 <https://github.com/tox-dev/tox/issues/573>`_)
+- `flit <https://flit.readthedocs.io>`_ support via implementing ``PEP-517`` by :user:`gaborbernat` (`#820 <https://github.com/tox-dev/tox/issues/820>`_)
+- packaging now is exposed as a hook via ``tox_package(session, venv)`` - by :user:`gaborbernat` (`#951 <https://github.com/tox-dev/tox/issues/951>`_)
+
+
+Miscellaneous
+^^^^^^^^^^^^^
+
+- Updated the VSTS build YAML to use the latest jobs and pools syntax - by :user:`davidstaheli` (`#955 <https://github.com/tox-dev/tox/issues/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 <https://www.python.org/dev/peps/pep-0517/>`_ 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 <https://flit.readthedocs.io>`_ 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`