summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-01-08 17:32:06 +0000
committerBernát Gábor <bgabor8@bloomberg.net>2021-01-08 17:32:06 +0000
commit2cc64c10f79a959a101b36860110d1b5a3f9d21c (patch)
treeef72abec7608ccf933046ac7c5d474dc27d804dc
parent49edaedd5f4c0535b1beca0f495a7f6cb38bc6e3 (diff)
downloadtox-git-2cc64c10f79a959a101b36860110d1b5a3f9d21c.tar.gz
release 3.21.03.21.0
-rw-r--r--docs/changelog.rst46
-rw-r--r--docs/changelog/1144.doc.rst1
-rw-r--r--docs/changelog/1357.doc.rst1
-rw-r--r--docs/changelog/1453.bugfix.rst1
-rw-r--r--docs/changelog/1464.bugfix.rst1
-rw-r--r--docs/changelog/1502.feature.rst1
-rw-r--r--docs/changelog/1534.doc.rst1
-rw-r--r--docs/changelog/1690.bugfix.rst2
-rw-r--r--docs/changelog/1695.feature.rst1
-rw-r--r--docs/changelog/1700.feature.rst1
-rw-r--r--docs/changelog/1711.bugfix.rst1
-rw-r--r--docs/changelog/1716.bugfix.rst1
-rw-r--r--docs/changelog/1727.feature.rst1
-rw-r--r--docs/changelog/1763.feature.rst2
14 files changed, 46 insertions, 15 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 5facfb55..8fd4e351 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -11,6 +11,52 @@ with advance notice in the **Deprecations** section of releases.
.. towncrier release notes start
+v3.21.0 (2021-01-08)
+--------------------
+
+Bugfixes
+^^^^^^^^
+
+- Fix the false ``congratulations`` message that appears when a ``KeyboardInterrupt`` occurs during package installation. - by :user:`gnikonorov`
+ `#1453 <https://github.com/tox-dev/tox/issues/1453>`_
+- Fix ``platform`` support for ``install_command``. - by :user:`jayvdb`
+ `#1464 <https://github.com/tox-dev/tox/issues/1464>`_
+- Fixed regression in v3.20.0 that caused escaped curly braces in setenv
+ to break usage of the variable elsewhere in tox.ini. - by :user:`jayvdb`
+ `#1690 <https://github.com/tox-dev/tox/issues/1690>`_
+- Prevent ``{}`` and require ``{:`` is only followed by ``}``. - by :user:`jayvdb`
+ `#1711 <https://github.com/tox-dev/tox/issues/1711>`_
+- Raise ``MissingSubstitution`` on access of broken ini setting. - by :user:`jayvdb`
+ `#1716 <https://github.com/tox-dev/tox/issues/1716>`_
+
+
+Features
+^^^^^^^^
+
+- Allow \{ and \} in default of {env:key:default}. - by :user:`jayvdb`
+ `#1502 <https://github.com/tox-dev/tox/issues/1502>`_
+- Allow {posargs} in setenv. - by :user:`jayvdb`
+ `#1695 <https://github.com/tox-dev/tox/issues/1695>`_
+- Allow {/} to refer to os.sep. - by :user:`jayvdb`
+ `#1700 <https://github.com/tox-dev/tox/issues/1700>`_
+- Make parsing [testenv] sections in setup.cfg official. - by :user:`mauvilsa`
+ `#1727 <https://github.com/tox-dev/tox/issues/1727>`_
+- Relax importlib requirement to allow 3.0.0 or any newer version - by
+ :user:`pkolbus`
+ `#1763 <https://github.com/tox-dev/tox/issues/1763>`_
+
+
+Documentation
+^^^^^^^^^^^^^
+
+- Document more info about using ``platform`` setting. - by :user:`prakhargurunani`
+ `#1144 <https://github.com/tox-dev/tox/issues/1144>`_
+- Replace ``indexserver`` in documentation with environment variables - by :user:`ziima`.
+ `#1357 <https://github.com/tox-dev/tox/issues/1357>`_
+- Document that the ``passenv`` environment setting is case insensitive. - by :user:`gnikonorov`
+ `#1534 <https://github.com/tox-dev/tox/issues/1534>`_
+
+
v3.20.1 (2020-10-09)
--------------------
diff --git a/docs/changelog/1144.doc.rst b/docs/changelog/1144.doc.rst
deleted file mode 100644
index 53b2e1d0..00000000
--- a/docs/changelog/1144.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Document more info about using ``platform`` setting. - by :user:`prakhargurunani`
diff --git a/docs/changelog/1357.doc.rst b/docs/changelog/1357.doc.rst
deleted file mode 100644
index 8e83456a..00000000
--- a/docs/changelog/1357.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Replace ``indexserver`` in documentation with environment variables - by :user:`ziima`.
diff --git a/docs/changelog/1453.bugfix.rst b/docs/changelog/1453.bugfix.rst
deleted file mode 100644
index 699397c0..00000000
--- a/docs/changelog/1453.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix the false ``congratulations`` message that appears when a ``KeyboardInterrupt`` occurs during package installation. - by :user:`gnikonorov`
diff --git a/docs/changelog/1464.bugfix.rst b/docs/changelog/1464.bugfix.rst
deleted file mode 100644
index ab8bafe2..00000000
--- a/docs/changelog/1464.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix ``platform`` support for ``install_command``. - by :user:`jayvdb`
diff --git a/docs/changelog/1502.feature.rst b/docs/changelog/1502.feature.rst
deleted file mode 100644
index bff2324d..00000000
--- a/docs/changelog/1502.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow \{ and \} in default of {env:key:default}. - by :user:`jayvdb`
diff --git a/docs/changelog/1534.doc.rst b/docs/changelog/1534.doc.rst
deleted file mode 100644
index 13bf95e5..00000000
--- a/docs/changelog/1534.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Document that the ``passenv`` environment setting is case insensitive. - by :user:`gnikonorov`
diff --git a/docs/changelog/1690.bugfix.rst b/docs/changelog/1690.bugfix.rst
deleted file mode 100644
index c2a6f1c2..00000000
--- a/docs/changelog/1690.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fixed regression in v3.20.0 that caused escaped curly braces in setenv
-to break usage of the variable elsewhere in tox.ini. - by :user:`jayvdb`
diff --git a/docs/changelog/1695.feature.rst b/docs/changelog/1695.feature.rst
deleted file mode 100644
index b80d763b..00000000
--- a/docs/changelog/1695.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow {posargs} in setenv. - by :user:`jayvdb`
diff --git a/docs/changelog/1700.feature.rst b/docs/changelog/1700.feature.rst
deleted file mode 100644
index 73ea3216..00000000
--- a/docs/changelog/1700.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Allow {/} to refer to os.sep. - by :user:`jayvdb`
diff --git a/docs/changelog/1711.bugfix.rst b/docs/changelog/1711.bugfix.rst
deleted file mode 100644
index 66d23451..00000000
--- a/docs/changelog/1711.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Prevent ``{}`` and require ``{:`` is only followed by ``}``. - by :user:`jayvdb`
diff --git a/docs/changelog/1716.bugfix.rst b/docs/changelog/1716.bugfix.rst
deleted file mode 100644
index 10255f08..00000000
--- a/docs/changelog/1716.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Raise ``MissingSubstitution`` on access of broken ini setting. - by :user:`jayvdb`
diff --git a/docs/changelog/1727.feature.rst b/docs/changelog/1727.feature.rst
deleted file mode 100644
index 19dfce9b..00000000
--- a/docs/changelog/1727.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Make parsing [testenv] sections in setup.cfg official. - by :user:`mauvilsa`
diff --git a/docs/changelog/1763.feature.rst b/docs/changelog/1763.feature.rst
deleted file mode 100644
index 661560ed..00000000
--- a/docs/changelog/1763.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Relax importlib requirement to allow 3.0.0 or any newer version - by
-:user:`pkolbus`