File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased] ( https://github.com/SallingGroup-AI-and-ML/venv-cli/tree/develop )
3+ ## [ v1.5.0] ( https://github.com/SallingGroup-AI-and-ML/venv-cli/releases/tag/v1.5.0 ) (2024-01-04)
4+
5+ ### Major changes
6+ * Added ` venv delete ` command. [ #25 ] ( https://github.com/SallingGroup-AI-and-ML/venv-cli/pull/25 )
7+
8+ Running ` venv delete ` completely removes the virtual environment located in the current folder.
9+
10+ ### Minor changes
11+ * Added ` -s ` alias for ` --skip-lock ` when running ` venv install ` . [ #24 ] ( https://github.com/SallingGroup-AI-and-ML/venv-cli/pull/24 )
12+
13+ ### Internal changes
14+ * The ` run_command ` test helper function can now pass through inputs to the command that is being run.
415
516## [ v1.4.1] ( https://github.com/SallingGroup-AI-and-ML/venv-cli/releases/tag/v1.4.1 ) (2023-10-30)
617
You can’t perform that action at this time.
0 commit comments