Skip to content

Commit 90dfbca

Browse files
committed
1.3.0
1 parent f046752 commit 90dfbca

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v1.3.0
4+
* CI: cleanup by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/521
5+
* 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
6+
* 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
7+
38
## v1.2.6
49
* Fix changelog and version numbers
510

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.2.6"
16+
PYENV_VIRTUALENV_VERSION="1.3.0"
1717

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

0 commit comments

Comments
 (0)