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: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
10
10
### Added
11
11
12
+
## [1.2.26] - 2026-03-24
13
+
14
+
### Fixed
15
+
- Fixed the PyPI release workflow to build exactly one Python 3.10 `cp310-abi3` wheel per platform, eliminating duplicate wheel filenames with different binary contents from the old per-version matrix.
16
+
- Made the PyPI publish step rerunnable by skipping files that already exist, which prevents partial uploads from blocking a release retry.
17
+
- Updated the package metadata and release docs to describe the restored in-repo Rust binding instead of the retired external-binding flow.
0 commit comments