Skip to content

Commit 8afcf55

Browse files
committed
Changelog for 0.21.2
1 parent 6144fb5 commit 8afcf55

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.21.2
2+
======
3+
4+
* We refresh the ensurepip bundle during every build so new runtimes ship with pip 25.2 and setuptools 80.9.0.
5+
* Windows builds now pull newer SQLite (3.50.4.0) and XZ (5.6.2) sources, copy in a missing XZ config file, and tweak SBOM metadata; the libexpat update is prepared but only runs on older maintenance releases.
6+
* Our downloader helpers log more clearly, know about more archive formats, and retry cleanly on transient errors.
7+
* pip’s changing install API is handled by runtime wrappers that adapt to all of the current signatures.
8+
* Linux verification tests install pip 25.2/25.3 before building setuptools to make sure that flow keeps working.
9+
10+
111
0.21.1
212
======
313

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import time
1919

2020
# relenv package version
21-
__version__ = "0.21.1"
21+
__version__ = "0.21.2"
2222

2323
MODULE_DIR = pathlib.Path(__file__).resolve().parent
2424

0 commit comments

Comments
 (0)