0.6.1 — 2026-08-09
Rust source directory rename and release pipeline fixes.
Fixed
_rust/→_rs/rename — the Cargo source directory (_rust/) was shadowing the compiled.abi3.somodule. Renamed to_rs/so Python loads the native extension instead of the source directory.- manylinux tag — from
manylinux_2_17tomanylinux_2_34(GitHub runners use glibc 2.39, too new for 2.17). - Linux wheel naming — run
maturin buildfrom project root (not--manifest-path) so the wheel is namedopenremap, notopenremap_rust. - abi3 + extension-module — both features required together for stable-ABI binary wheels.