Skip to content

Commit eda6455

Browse files
committed
1.4.0
1 parent 37ab83f commit eda6455

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Version History
22

3+
## v1.4.0
4+
* Fix POSIX sh (dash) compatibility in pyenv-virtualenv-init by @chrisolof in https://github.com/pyenv/pyenv-virtualenv/pull/526
5+
* Improve performance and output of `pyenv virtualenvs` by @samdoran in https://github.com/pyenv/pyenv-virtualenv/pull/502
6+
37
## v1.3.0
48
* CI: cleanup by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/521
59
* CI: tests: use Bats 1.10; support concurrent, out-of-order and multiple-times execution of stub commands; fix race condition between concurrent stubs by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/520

bin/pyenv-virtualenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -u/--upgrade Imply --force
1414
#
1515

16-
PYENV_VIRTUALENV_VERSION="1.3.0"
16+
PYENV_VIRTUALENV_VERSION="1.4.0"
1717

1818
set -e
1919
[ -n "$PYENV_DEBUG" ] && set -x

0 commit comments

Comments
 (0)