Skip to content

v1.0.1

Choose a tag to compare

@pratikbhadane24 pratikbhadane24 released this 23 Mar 19:09
· 46 commits to main since this release

[1.0.1] — 2026-03-24

Added

  • 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.