Skip to content

Commit

Permalink
Prepare the 2.1.120 release. (#2034)
Browse files Browse the repository at this point in the history
Closes #2012
  • Loading branch information
jsirois authored Jan 10, 2023
1 parent f723302 commit 32a085c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
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"

0 comments on commit 32a085c

Please sign in to comment.