Browse Source

2.4.22

pull/3127/head v2.4.22
Ivan Pozdeev 1 year ago
parent
commit
d04a081dcb
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 6
- 0
CHANGELOG.md View File

@ -1,5 +1,11 @@
# Version History
## Release v2.4.22
* Speed up building bundled OpenSSL by @native-api in https://github.com/pyenv/pyenv/pull/3124
* CI: add building modified scripts with bundled MacOS dependencies by @native-api in https://github.com/pyenv/pyenv/pull/3123
* CL: + test modified scripts with tar.gz source by @native-api in https://github.com/pyenv/pyenv/pull/3125
* Fix 404 for openssl-3.4.0 release in build 3.13.1 by @dlamblin in https://github.com/pyenv/pyenv/pull/3122
## Release v2.4.21
* Add CPython 3.13.1t by @makukha in https://github.com/pyenv/pyenv/pull/3120
* Prefer tcl-tk@8 from Homebrew due to release of Tcl/Tk 9 with which only 3.12+ are compatible by @native-api in https://github.com/pyenv/pyenv/pull/3118

+ 1
- 1
libexec/pyenv---version View File

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="2.4.21"
version="2.4.22"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then

Loading…
Cancel
Save