Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 2.1.0
-------------
* `python_wheel`: allow packages to have metadata-only outputs (#316)
* `pip_library`: ensure `pip_flags` is always a string (#314)
* Bump distlib to version 0.4.3 to support Python 3.12 (#309)
* Add `WheelDistInfo` configuration option (#312)
* Tag wheel_resolver v2.1.0 (#311)
* Bump FreeBSD Ports Python package versions (#310)
* Update FreeBSD ports package hashes (#319)
* Project CICD updates and improvements:
* GHA: upgrade cross-platform-actions/action to v1.0.0 (#306)
* GHA: bump Docker action versions (#307)
* Add `PexDistribution` resources test (#318)

Version 2.0.2
-------------
* In preamble, search `PATH` when .pex is invoked at a relative path containing no `/` character (#299)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.1.0
Loading