Skip to content

Commit

Permalink
Prepare the 2.26.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Dec 13, 2024
1 parent 21c6e61 commit ff9e9f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## 2.26.0

This release adds Pex `--scie {eager,lazy}` support for Linux armv7l.

In addition, a spurious warning when using `PEX_PYTHON=pythonX.Y`
against a venv PEX has been fixed.

* Added support for armv7l (#2620)
* Fix incorrect regex for `PEX_PYTHON` precision warning (#2622)

## 2.25.2

This release fixes the `--elide-unused-requires-dist` lock option once
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.25.2"
__version__ = "2.26.0"

0 comments on commit ff9e9f5

Please sign in to comment.