Skip to content

Commit

Permalink
Prepare the 2.1.111 release. (#1952)
Browse files Browse the repository at this point in the history
Closes #1945
  • Loading branch information
jsirois authored Oct 19, 2022
1 parent 52ea77b commit 1a0ee81
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Release Notes
=============

2.1.111
-------

This release fixes resolving requirements from a lock using arbitrary
equality (``===``).

In addition, you can now "inject" runtime environment variables and
arguments into PEX files such that, when run, the PEX runtime ensures
those environment variables and command line arguments are passed to
the PEXed application. See `PEX Recipes
<https://pex.readthedocs.io/en/latest/recipes.html
#uvicorn-and-other-customizable-application-servers>`_ for more
information.

* Fix lock resolution to handle arbitrary equality. (#1951)
`PR #1951 <https://github.com/pantsbuild/pex/pull/1951>`_

* Support injecting args and env vars in a PEX. (#1948)
`PR #1948 <https://github.com/pantsbuild/pex/pull/1948>`_

2.1.110
-------

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.110"
__version__ = "2.1.111"

0 comments on commit 1a0ee81

Please sign in to comment.