Browse Source

1.4.0

master v1.4.0
Ivan Pozdeev 3 weeks ago
parent
commit
eda64556af
No known key found for this signature in database GPG Key ID: FB6A628DCF06DCD7
2 changed files with 5 additions and 1 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      bin/pyenv-virtualenv

+ 4
- 0
CHANGELOG.md View File

@ -1,5 +1,9 @@
## Version History
## v1.4.0
* Fix POSIX sh (dash) compatibility in pyenv-virtualenv-init by @chrisolof in https://github.com/pyenv/pyenv-virtualenv/pull/526
* Improve performance and output of `pyenv virtualenvs` by @samdoran in https://github.com/pyenv/pyenv-virtualenv/pull/502
## v1.3.0
* CI: cleanup by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/521
* 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

+ 1
- 1
bin/pyenv-virtualenv View File

@ -13,7 +13,7 @@
# -u/--upgrade Imply --force
#
PYENV_VIRTUALENV_VERSION="1.3.0"
PYENV_VIRTUALENV_VERSION="1.4.0"
set -e
[ -n "$PYENV_DEBUG" ] && set -x

Loading…
Cancel
Save