From 9e4d1ca95a873e5ce46a3d63e76beebfc33971a6 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Tue, 4 Aug 2026 23:10:49 +0300 Subject: [PATCH] 2.8.2 --- CHANGELOG.md | 8 ++++++++ libexec/pyenv---version | 2 +- plugins/python-build/bin/python-build | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78322c90..f2fc9192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Version History +## Release v2.8.2 +* pyenv-binary: add the `package` subcommand; add `pyenv install --list --bare` by @macayu17 in https://github.com/pyenv/pyenv/pull/3498 +* Add graalpy3.12-25.2.4 by @msimacek in https://github.com/pyenv/pyenv/pull/3502 +* Bump actions/setup-python from 6 to 7 in the github-actions group by @dependabot[bot] in https://github.com/pyenv/pyenv/pull/3505 +* add_cpython: refactor extra Requests logic by @anupamme in https://github.com/pyenv/pyenv/pull/3507 +* Add CPython 3.15.0rc1 by @jsirois in https://github.com/pyenv/pyenv/pull/3510 +* pyenv-binary: generate platform-specific package names by @macayu17 in https://github.com/pyenv/pyenv/pull/3504 + ## Release v2.8.1 * pyenv-binary: add the `generate-installer` subcommand by @macayu17 in https://github.com/pyenv/pyenv/pull/3488 * Add CPython 3.15.0b4 by @pyenv-bot[bot] in https://github.com/pyenv/pyenv/pull/3495 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 8ef0c9c2..59f2b772 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.8.1" +version="2.8.2" 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 6c092680..5244e682 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.1" +PYTHON_BUILD_VERSION="2.8.2" OLDIFS="$IFS"