Skip to content

Commit

Permalink
Prepare the 2.14.1 release. (#2492)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Aug 4, 2024
1 parent 6d9d1a9 commit 9e86b93
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## 2.14.1

This release fixes `--inject-env` when used in combination with a
`--scie-busybox` so that the injected environment variable can be
overridden at runtime like it can form a traditional PEX.

In addition, running a PEX with the Python interpreter `-i` flag or
`PYTHONINSPECT=x` in the environment causes the PEX to enter the
Python REPL after evaluating the entry point, if any.

* Allow `--inject-env` overrides for `--scie-busybox`. (#2490)
* Fix PEXes for `-i` / `PYTHONINSPECT=x`. (#2491)

## 2.14.0

This release brings support for creating PEX scies for PEXes targeting
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 Pex project contributors.
# Licensed under the Apache License, Version 2.0 (see LICENSE).

__version__ = "2.14.0"
__version__ = "2.14.1"

0 comments on commit 9e86b93

Please sign in to comment.