Skip to content

Commit e055e0b

Browse files
committed
Bump version to v1.0.2
1 parent c6c6e52 commit e055e0b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
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

src/venv-cli/venv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1111
venv::_version() {
1212
echo "venv-cli ${_version}"

0 commit comments

Comments
 (0)