- Properly handle non relative paths (`37 <https://github.com/s0undt3ch/python-tools-scripts/issues/37>`_)
0.16.0
===================
Improvements ------------
- Switch to [ruff](https://github.com/charliermarsh/ruff) (`#36 <https://github.com/s0undt3ch/python-tools-scripts/issues/36>`_)
0.15.0
===================
Improvements ------------
- `VirtualEnvConfig` now additionally accepts `pip_args` which is a list of strings to pass to `pip` when installing the virtualenv's requirements. (`35 <https://github.com/s0undt3ch/python-tools-scripts/issues/35>`_)
0.14.0
===================
Bug Fixes ---------
- Remove virtualenv `site-packages` from `sys.path` in context manager exit (`34 <https://github.com/s0undt3ch/python-tools-scripts/issues/34>`_)
0.13.6
===================
Bug Fixes ---------
- Set `DefaultVirtualenvConfig.venv_config` to `None` when creating the class instance. (`33 <https://github.com/s0undt3ch/python-tools-scripts/issues/33>`_)
0.13.5
===================
Bug Fixes ---------
- Handle `-d/--debug` and `-q/--quiet` as early as possible (`32 <https://github.com/s0undt3ch/python-tools-scripts/issues/32>`_)