From 0f16606e4f906bac76a409bcab40974d579067bf Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Thu, 13 Aug 2026 15:08:51 +0300 Subject: [PATCH] 2.8.4 --- CHANGELOG.md | 9 +++++++++ libexec/pyenv---version | 2 +- plugins/python-build/bin/python-build | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e315f8f..5e813920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Version History +## Release v2.8.4 +* CI: Add macos_26_intel by @native-api in https://github.com/pyenv/pyenv/pull/3514 +* pyenv-binary: check FreeBSD system libraries by @macayu17 in https://github.com/pyenv/pyenv/pull/3511 +* version-file: Fix infinite loop for a relative path argument by @fudianchn in https://github.com/pyenv/pyenv/pull/3515 +* pyenv-binary: check patchelf early and add --verbose by @macayu17 in https://github.com/pyenv/pyenv/pull/3516 +* CI: add ubuntu ARM images by @native-api in https://github.com/pyenv/pyenv/pull/3517 +* Add CPython 3.10.21, 3.11.16, 3.12.14 by @pyenv-bot[bot] in https://github.com/pyenv/pyenv/pull/3518 +* Add anaconda3-2026.07-1, miniconda3 26.5.3-2 by @native-api in https://github.com/pyenv/pyenv/pull/3519 + ## Release v2.8.3 * Add CPython 3.13.15, 3.14.7 by @pyenv-bot[bot] in https://github.com/pyenv/pyenv/pull/3512 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index f3c3c4ae..e33dabae 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.8.3" +version="2.8.4" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index a7f29fca..b9251394 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -14,7 +14,7 @@ # -g/--debug Build a debug version # -PYTHON_BUILD_VERSION="2.8.3" +PYTHON_BUILD_VERSION="2.8.4" OLDIFS="$IFS"