- Only log environment variables in debug logging.
0.20.0
Bug Fixes - Pin ``virtualenv`` to the version that has support for Python 3.7
0.19.1
Bug Fixes
- Ensure `setuptools` is included in riot generated lock files. This ensures consistent behavior for packages and `riot.Venv`s which depend on `setuptools`.
0.19.0
What's Changed * ci: fix readthedocs build by majorgreys in https://github.com/DataDog/riot/pull/218 * feat: support 3.12 and drop support for 2.7 virtual environments by majorgreys in https://github.com/DataDog/riot/pull/220
0.18.0
New Features
- Add support for CPython 3.12
0.17.7
Bug Fixes
- Fixed an issue that skipped the installation of the development package when the base environment was already created by a previous run that skipped the installation of the development package.