Преглед изворни кода

2.5.2

pull/3184/head v2.5.2
Ivan Pozdeev пре 1 година
родитељ
комит
b3dad5887e
2 измењених фајлова са 6 додато и 1 уклоњено
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 5
- 0
CHANGELOG.md Прегледај датотеку

@ -1,5 +1,10 @@
# Version History
## Release v2.5.2
* Fix OpenSSL version parsing in python-build script by @threadflow in https://github.com/pyenv/pyenv/pull/3181
* Add GraalPy 24.1.2 by @msimacek in https://github.com/pyenv/pyenv/pull/3176
* Add CPython 3.12.9 and 3.13.2 by @edgarrmondragon in https://github.com/pyenv/pyenv/pull/3183
## Release v2.5.1
* CI: use Ubuntu 24.04; use ubuntu-latest for the ubuntu_build check by @native-api in https://github.com/pyenv/pyenv/pull/3144
* Fix: mistake in configuration hints in `pyenv init` and manpage by @ChristianFredrikJohnsen in https://github.com/pyenv/pyenv/pull/3145

+ 1
- 1
libexec/pyenv---version Прегледај датотеку

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

Loading…
Откажи
Сачувај