From bb219f145827979fce2c235bcde6ee79b5610e48 Mon Sep 17 00:00:00 2001 From: roselyn Date: Wed, 26 Aug 2026 11:19:31 +0100 Subject: [PATCH 1/3] Tag v2.0.3 --- ChangeLog | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0834841..8b29742 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Version 2.0.3 +------------- + * GHA: upgrade cross-platform-actions/action to v1.0.0 (#306) + * GHA: bump Docker action versions (#307) + * Bump FreeBSD Ports Python package versions (#310) + * Bump distlib to version 0.4.3 (#309) + * Tag wheel_resolver v2.1.0 (#311) + * Add `WheelDistInfo` configuration option (#312) + * `pip_library`: ensure `pip_flags` is always a string (#314) + * `python_wheel`: allow packages to have metadata-only outputs (#316) + * Update FreeBSD ports package hashes (#319) + * 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) diff --git a/VERSION b/VERSION index e9307ca..50ffc5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2 +2.0.3 From a0dd09f073536c2de0686536e5cb751206a432f5 Mon Sep 17 00:00:00 2001 From: roselyn Date: Wed, 26 Aug 2026 11:35:49 +0100 Subject: [PATCH 2/3] Reorganising changelog to be a bit more importance-ranked, and grouping CICD updates --- ChangeLog | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b29742..f2bc244 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,16 @@ Version 2.0.3 ------------- - * GHA: upgrade cross-platform-actions/action to v1.0.0 (#306) - * GHA: bump Docker action versions (#307) - * Bump FreeBSD Ports Python package versions (#310) - * Bump distlib to version 0.4.3 (#309) - * Tag wheel_resolver v2.1.0 (#311) - * Add `WheelDistInfo` configuration option (#312) - * `pip_library`: ensure `pip_flags` is always a string (#314) * `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) - * Add `PexDistribution` resources test (#318) + * 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 ------------- From fd39e703caba2dd4b671f91501a8c4190b437f00 Mon Sep 17 00:00:00 2001 From: roselyn Date: Wed, 26 Aug 2026 11:38:10 +0100 Subject: [PATCH 3/3] Rename version from 2.0.3 to 2.1.0, as the python_wheel changes are a feature, kinda --- ChangeLog | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f2bc244..e198785 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2.0.3 +Version 2.1.0 ------------- * `python_wheel`: allow packages to have metadata-only outputs (#316) * `pip_library`: ensure `pip_flags` is always a string (#314) diff --git a/VERSION b/VERSION index 50ffc5a..7ec1d6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3 +2.1.0