summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-01-13 07:06:08 +0000
committerBernát Gábor <bgabor8@bloomberg.net>2021-01-13 07:06:08 +0000
commitffac605106be04633b6777b12b9131c82ebb0bd8 (patch)
tree12490bbb97c819c460fead1fca0ca6a2b5a919ad
parent4b445849469699717cca324fa4d61f31141ec287 (diff)
downloadtox-git-release-3.21.1.tar.gz
release 3.21.13.21.1release-3.21.1
-rw-r--r--docs/changelog.rst26
-rw-r--r--docs/changelog/1684.feature.rst1
-rw-r--r--docs/changelog/1777.bugfix.rst1
-rw-r--r--docs/changelog/1785.bugfix.rst1
-rw-r--r--docs/changelog/1799.misc.rst1
5 files changed, 26 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 8fd4e351..bb2523b2 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,32 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.21.1 (2021-01-13)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Fix regression that broke using install_command in config replacements - by :user:`jayvdb`
+ `#1777 <https://github.com/tox-dev/tox/issues/1777>`_
+- Fix regression parsing posargs default containing colon. - by :user:`jayvdb`
+ `#1785 <https://github.com/tox-dev/tox/issues/1785>`_
+
+
+Features
+^^^^^^^^
+
+- Prevent .tox in envlist - by :user:`jayvdb`
+ `#1684 <https://github.com/tox-dev/tox/issues/1684>`_
+
+
+Miscellaneous
+^^^^^^^^^^^^^
+
+- Enable building tox with ``setuptools_scm`` 4 and 5 by :user:hroncok
+ `#1799 <https://github.com/tox-dev/tox/issues/1799>`_
+
+
v3.21.0 (2021-01-08)
--------------------
diff --git a/docs/changelog/1684.feature.rst b/docs/changelog/1684.feature.rst
deleted file mode 100644
index 609bfd19..00000000
--- a/docs/changelog/1684.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Prevent .tox in envlist - by :user:`jayvdb`
diff --git a/docs/changelog/1777.bugfix.rst b/docs/changelog/1777.bugfix.rst
deleted file mode 100644
index d938fbae..00000000
--- a/docs/changelog/1777.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix regression that broke using install_command in config replacements - by :user:`jayvdb`
diff --git a/docs/changelog/1785.bugfix.rst b/docs/changelog/1785.bugfix.rst
deleted file mode 100644
index 9fe95fb3..00000000
--- a/docs/changelog/1785.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix regression parsing posargs default containing colon. - by :user:`jayvdb`
diff --git a/docs/changelog/1799.misc.rst b/docs/changelog/1799.misc.rst
deleted file mode 100644
index 640a9312..00000000
--- a/docs/changelog/1799.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Enable building tox with ``setuptools_scm`` 4 and 5 by :user:hroncok