From dc7054656575ca50a3a274e995e515c3b725843f Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Sun, 10 Jan 2021 12:52:22 +0900 Subject: [PATCH] v1.2.22 (fixes #1760) --- CHANGELOG.md | 12 ++++++++++++ libexec/pyenv---version | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 454e3788..6336095b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Version History +## 1.2.22 + ++ python-build: Add LDFLAGS for zlib on macOS >= 1100 (#1711) ++ python-build: Add the CPython 3.9.1 (#1752) ++ python-build: Change order of LDFLAGS paths (#1754) ++ python-build: Docker config for testing python-build (#1548) ++ python-build: Put prerequisite for installation before install (#1750) ++ python-build: Add GraalPython 20.3 (#1736) ++ python-build: Add CPython 3.8.7 ++ python-build: Added anaconda3-2020.11 (#1774) ++ python-build: Added arm64 architecture support in python-build for macOS (#1775) + ## 1.2.21 * python-build: Add CPython 3.9.0 (#1706) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 4c1a23c3..1d6e520c 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.2.21" +version="1.2.22" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then