This commit is contained in:
Ivan Pozdeev 2026-03-25 23:46:29 +03:00
parent f046752219
commit 90dfbcad93
No known key found for this signature in database
GPG key ID: FB6A628DCF06DCD7
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
## Version History
## 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
* Drastically speed up precommand hook by caching active version to skip redundant `activate` calls by @jakelodwick in https://github.com/pyenv/pyenv-virtualenv/pull/523
## v1.2.6
* Fix changelog and version numbers

View file

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