Skip to content

Commit

Permalink
Prepare the 2.15.0 release. (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Aug 8, 2024
1 parent 0eaea86 commit 20df244
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## 2.15.0

This release enhances the REPL your PEX drops into when it either
doesn't have an entry point or you force interpreter mode with the
`PEX_INTERPRETER` environment variable. There is now clear indication
you are running in a PEX hermetic environment and a `pex_info` command
added to the REPL that you can use to find out more details about the
current PEX environment.

* Add PEX info to the PEX repl. (#2496)

## 2.14.1

This release fixes `--inject-env` when used in combination with a
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.1"
__version__ = "2.15.0"

0 comments on commit 20df244

Please sign in to comment.