Skip to content

Commit

Permalink
Update release with pex-tool#2481.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jul 29, 2024
1 parent 390205a commit df1e75b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.13.0

This release add `--scie-busybox` to turn a `--scie {eager,lazy}` PEX
This release adds `--scie-busybox` to turn a `--scie {eager,lazy}` PEX
into a [BusyBox](https://www.busybox.net/) style binary with support for
running multiple entry points as commands and even installing all these
commands in a directory on the `PATH` for convenient use.
Expand All @@ -12,8 +12,11 @@ in Pex sub-processes. In particular, errors that occur in `pip download`
when building a PEX or creating a lock file now give more clear
indication of what went wrong.

Finally, this release adds support for `--pip-version 24.2`.

* Add support for `--scie-busybox`. (#2468)
* Add more context for Job errors. (#2479)
* Add support for `--pip-version 24.2`. (#2481)

## 2.12.1

Expand Down

0 comments on commit df1e75b

Please sign in to comment.