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
Python type mismatch — convert() return type annotation now uses the public ConversionResult instead of _rust.ConversionResult, fixing Pylance type errors when annotating with the re-exported type (#310).
Maturin build failure — removed readme = "README.md" from binding crate Cargo.toml files (ffi, node, php, py, wasm) since no README exists for these internal crates (#309).
Changed
PHPUnit — bumped from ^12.5 to ^13.1 across root, e2e, and test_apps.
Pre-commit shfmt hook — fixed rev from non-existent v3.14.2-1 to v3.9.0-1.
Pre-commit ai-rulez hook — updated from v3.14.0 to v3.14.2.