Skip to content

Commit

Permalink
Prepare the 2.1.79 release. (#1720)
Browse files Browse the repository at this point in the history
Closes #1713
  • Loading branch information
jsirois authored Apr 12, 2022
1 parent 3d5792d commit 7696f02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release Notes
=============

2.1.79
------

This release fixes ``--lock`` resolving for certain cases where extras
are involved as well as introducing support for generating and consuming
portable ``--find-links`` locks using ``-path-mapping``.

* Fix ``--lock`` resolver extras handling. (#1719)
`PR #1719 <https://github.com/pantsbuild/pex/pull/1719>`_

* Support canonicalizing absolute paths in locks. (#1716)
`PR #1712 <https://github.com/pantsbuild/pex/pull/1716>`_

2.1.78
------

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.78"
__version__ = "2.1.79"

0 comments on commit 7696f02

Please sign in to comment.