Browse Source

2.3.4

pull/2452/head v2.3.4
Ivan Pozdeev 2 years ago
parent
commit
2b22145670
2 changed files with 11 additions and 1 deletions
  1. +10
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 10
- 0
CHANGELOG.md View File

@ -1,5 +1,15 @@
## Version History
## Release 2.3.4
* Add CPython 3.11.0rc1 (#2434)
* Add support for multiple versions in `pyenv uninstall` (#2432)
* Add micropython 1.18 and 1.19.1 (#2443)
* CI: support Micropython, deleted scripts; build with -v (#2447)
* Re-allow paths in .python-version while still preventing CVE-2022-35861 (#2442)
* CI: Bump OS versions (#2448)
* Add Cinder 3.8 (#2433)
## Release 2.3.3
* Use version sort in `pyenv versions` (#2405)

+ 1
- 1
libexec/pyenv---version View File

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

Loading…
Cancel
Save