Skip to content

Commit 67d7c3d

Browse files
committed
release 3.11.0
1 parent dd66193 commit 67d7c3d

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

docs/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,26 @@ with advance notice in the **Deprecations** section of releases.
1111

1212
.. towncrier release notes start
1313
14+
v3.11.0 (2019-05-15)
15+
--------------------
16+
17+
Features
18+
^^^^^^^^
19+
20+
- ``--showconfig`` overhaul:
21+
22+
- now fully generated via the config parser, so anyone can load it by using the built-in python config parser
23+
- the ``tox`` section contains all configuration data from config
24+
- the ``tox`` section contains a ``host_python`` key detailing the path of the host python
25+
- the ``tox:version`` section contains the versions of all packages tox depends on with their version
26+
- passing ``-l`` now allows only listing default target envs
27+
- allows showing config for a given set of tox environments only via the ``-e`` cli flag or the ``TOXENV`` environment
28+
variable, in this case the ``tox`` and ``tox:version`` section is only shown if at least one verbosity flag is passed
29+
30+
this should help inspecting the options.
31+
`#1298 <https://github.com/tox-dev/tox/issues/1298>`_
32+
33+
1434
v3.10.0 (2019-05-13)
1535
--------------------
1636

docs/changelog/1298.feature.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)