From 90dfbcad93c629b68801fce8a8df4a643ed24a48 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 25 Mar 2026 23:46:29 +0300 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 5 +++++ bin/pyenv-virtualenv | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0980e5d..e1782f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 5528dec..f1cbe3d 100755 --- a/bin/pyenv-virtualenv +++ b/bin/pyenv-virtualenv @@ -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