Parcourir la source

v1.2.22 (fixes #1760)

pull/1806/head v1.2.22
Yamashita, Yuu il y a 5 ans
Parent
révision
dc70546565
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: EF1B6D80FB708C08
2 fichiers modifiés avec 13 ajouts et 1 suppressions
  1. +12
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 12
- 0
CHANGELOG.md Voir le fichier

@ -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)

+ 1
- 1
libexec/pyenv---version Voir le fichier

@ -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

Chargement…
Annuler
Enregistrer