Skip to content

Commit 01aacaf

Browse files
committed
Update CHANGELOG
1 parent 878b647 commit 01aacaf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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

0 commit comments

Comments
 (0)