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
crates/ferro_ta_core/README.md is now shipped with the published Rust crate, and ferro_ta_core metadata now points documentation to docs.rs.
Fixed
CI has been modularized into focused workflow files (ci-rust.yml, ci-python.yml, ci-wasm.yml, ci-docs.yml) while keeping the release
publishing jobs in CI.yml for PyPI and crates.io trusted-publisher
compatibility.
The ci-complete gate no longer fails successful runs because of an escaped
shell variable, and the release SBOM job now uses a valid anchore/sbom-action
version.
The npm publish workflow now uses GitHub OIDC trusted publishing, installs
the wasm32-unknown-unknown target, and no longer depends on an NPM_TOKEN
secret.
The WASM npm package now removes the generated pkg/.gitignore during prepack, so the published tarball includes the built pkg/ artifacts.