We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1b64f commit 48a20b6Copy full SHA for 48a20b6
CHANGES.md
@@ -1,5 +1,14 @@
1
# Release Notes
2
3
+## 2.27.1
4
+
5
+This release fixes a bug in `PEX_ROOT` handling that could manifest
6
+with symlinked `HOME` dirs or more generally symlinked dirs being
7
+parents of the `PEX_ROOT`. Although this was claimed to be fixed in
8
+the Pex 2.20.4 release by #2574, there was one missing case not handled.
9
10
+* Ensure that the `PEX_ROOT` is always a realpath. (#2626)
11
12
## 2.27.0
13
14
This release adds a Pex PEX scie for armv7l.
pex/version.py
@@ -1,4 +1,4 @@
# Copyright 2015 Pex project contributors.
# Licensed under the Apache License, Version 2.0 (see LICENSE).
-__version__ = "2.27.0"
+__version__ = "2.27.1"
0 commit comments