v0.5.0 (2022-02-18)
- Update the plugin to support PDM>=1.13.0. #35
v0.4.1 (2022-01-29)
- Fix missing argument in the create command #32
v0.4.0 (2022-01-03)
- Support creating venv in project with a config
venv.in_project
. #20 - Add an option to purge created Virtualenvs #21
- Fix a conda creation args that 1)uses what the interpreter version is used when no python arg is given, and 2)allows using python version that is not installed yet. #25
v0.3.1 (2021-08-23)
- Ensure the location is string when calling subprocesses. This is for the compatibility of Python 3.8-. #18
v0.3.0 (2021-07-30)
- Add support for powershell version>=6.0 as executable name has changed starting with version 6.0. ##10
- Fix the activate script of conda env. Now the output should be eval'd rather than source'd #14
v0.2.0 (2021-04-12)
- Update per the changes of PDM 1.5.0 prerelease. #2
v0.1.1 (2021-03-25)
- Honor the virtualenv in active for reuse. This however won't store the interpreter path in
.pdm.toml
. #1