Releases: DataDog/riot
Releases · DataDog/riot
0.20.0
0.19.1
Bug Fixes
- Ensure
setuptools
is included in riot generated lock files. This ensures consistent behavior for packages andriot.Venv
s which depend onsetuptools
.
0.19.0
What's Changed
- ci: fix readthedocs build by @majorgreys in #218
- feat: support 3.12 and drop support for 2.7 virtual environments by @majorgreys in #220
0.18.0
New Features
- Add support for CPython 3.12
0.17.7
0.17.6
0.17.5
Bug Fixes
- pin
pip<23.2
to avoid breaking change impacting pip-tools for Python 3.7
0.17.4
0.17.3
Fixes an issue in which riot generated a requirements lockfile for a Venv instance other than the one it was running tests for. This behavior was happening due to logic that skipped Venv instances with pkgs == None while preparing the environment, but not while running tests. The fix is to stop riot from ignoring pkgs-less Venvs in all cases.
v0.17.2
Bug Fixes
- Avoid using latests versions of
virtualenv
since it has dropped support for Python 2.7.