You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/uv-ffi/CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.10.8.post11] — 2026-04-24
9
+
10
+
PiWheels and ARM Optimization
11
+
12
+
v0.10.8.post11
13
+
This release focuses on CI/CD infrastructure improvements and build reliability fixes, particularly for resource-constrained build environments like piwheels.
14
+
Build Fixes
15
+
• Added lower memory build settings to Cargo.toml to prevent OOM crashes on piwheels for Python 3.13 aarch64 builds
16
+
CI/CD Overhaul
17
+
• Completely refactored the publish workflow — wheels now go to both GitHub Releases and PyPI
18
+
• Added new publish-collect.yml workflow that waits for all three platform builds to succeed before publishing, preventing partial releases
19
+
• Improved backfill workflow to target both GitHub Releases and PyPI with better artifact handling
20
+
• Switched from PYPI_API_TOKEN to OMNIPKG_DEPLOY_KEY for PyPI authentication
21
+
• Enhanced error logging for upload failures to make debugging easier
22
+
• Added workflow_dispatch trigger and tag input to publish-collect for manual runs
23
+
Infra
24
+
• Refactored find_run to handle multiple RUN_IDs
25
+
• Added functions to locate latest successful workflow runs for backfill targeting
0 commit comments