瀏覽代碼

Merge pull request #1863 from anton-petrov/master

New version 1.2.25
pull/1865/head 1.2.25
Anton Petrov 5 年之前
committed by GitHub
父節點
當前提交
4ef6570781
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 2 個文件被更改,包括 10 次插入1 次删除
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 9
- 0
CHANGELOG.md 查看文件

@ -1,5 +1,14 @@
## Version History
## 1.2.25
* bpo-43631: update to openssl 1.1.1k (#1861)
* Add CPython 3.9.3 and 3.8.9 (#1859)
* Add micropython 1.14 (#1858)
* Shell detect improvements (#1835)
* Test(init): remove misleading detect from parent shell case arg (#1856)
* Add GraalPython 21.0.0 (#1855)
## 1.2.24
* GitHub Actions: Add $PYENV_ROOT/shims to $PATH (#1838)

+ 1
- 1
libexec/pyenv---version 查看文件

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

Loading…
取消
儲存