Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare the 2.1.120 release. #2034

Merged
merged 1 commit into from
Jan 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Release Notes
=============

2.1.120
-------

This release completes the ``--complete-platform`` fix started in
Pex 2.1.116 by #1991. That fix did not work in all cases but now does.

PEXes run in interpreter mode now support command history when the
underlying interpreter being used to run the PEX does; use the
``PEX_INTERPRETER_HISTORY`` bool env var to turn this on.

Additionally, PEXes built with the combination
``--layout loose --venv --no-venv-site-packages-copies`` are fixed to
be robust to moves of the source loose PEX directory.

* Fix loose --venv PEXes to be robust to moves. (#2033)
`PR #2033 <https://github.com/pantsbuild/pex/pull/2033>`_

* Fix interpreter resolution when using --complete-platform with --resolve-local-platforms (#2031)
`PR #2031 <https://github.com/pantsbuild/pex/pull/2031>`_

* Support REPL command history. (#2018)
`PR #2018 <https://github.com/pantsbuild/pex/pull/2018>`_

2.1.119
-------

Expand Down
2 changes: 1 addition & 1 deletion pex/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

__version__ = "2.1.119"
__version__ = "2.1.120"