File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.0.2] ( https://github.com/SallingGroup-AI-and-ML/venv-cli/releases/tag/v1.0.2 ) (2023-08-02)
4+
5+ * Fixed test that checks the version number follows the required pattern.
6+
37## [ v1.0.1] ( https://github.com/SallingGroup-AI-and-ML/venv-cli/releases/tag/v1.0.1 ) (2023-08-02)
48
59* Added support for ` zsh ` shell.
6- * Added ` CHANGELOG.md `
10+ * Added ` CHANGELOG.md ` .
711
812## [ 1.0.0] ( https://github.com/SallingGroup-AI-and-ML/venv-cli/releases/tag/v1.0.0 ) (2023-07-13)
913
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ _yellow="\033[01;33m"
66_red=" \033[31m"
77
88# Version number has to follow pattern "^v\d+\.\d+\.\d+.*$"
9- _version=" v1.0.1 "
9+ _version=" v1.0.2 "
1010
1111venv::_version () {
1212 echo " venv-cli ${_version} "
You can’t perform that action at this time.
0 commit comments