- ``where_installed`` no longer fails when no venv is active.
----
3.0.0
-------------------
Breaking Changes ~~~~~~~~~~~~~~~~
- ``get_venv_path``, ``get_venv_bin_dir``, ``get_venv_tmp_dir`` and ``get_venv_site_packages_dir`` now always raise ``FileNotFoundError`` when a venv or the corresponding directory could not be found. Removed the ``raises_error`` parameter.
----
2.0.0
-------------------
New Features ~~~~~~~~~~~~
- Added ``get_venv_bin_dir`` and ``get_venv_tmp_dir`` functions.
Breaking Changes ~~~~~~~~~~~~~~~~
- ``get_venv_path`` now returns a ``pathlib.Path`` object instead of a string.
----
1.2.0
-------------------
New Features ~~~~~~~~~~~~
- ``env_exe_runner`` now takes a list of runners which can also be a venv.
----
1.1.0
-------------------
New Features ~~~~~~~~~~~~
- Added ``venv_utils`` module.
----
1.0.0
-------------------
Breaking Changes ~~~~~~~~~~~~~~~~
- Renamed ``tox_env_exe_runner`` to ``env_exe_runner`` and added ``runner`` argument on 2nd place, which takes either `tox` or `nox`. With this both runner are supported.