Skip to content

Release v0.2.0 (ORAS)

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jun 23:07
· 4 commits to main since this release

Release for v0.2.0.

OCI artifact (tag):

  • ghcr.io/hyper-mcp-rs/sqlite-plugin:v0.2.0

✅ Immutable digest (recommended for pinning):

  • ghcr.io/hyper-mcp-rs/sqlite-plugin@sha256:c413240f00724bfe3d2a88510ffa8932e9ffbb21ad4800efdff6728589e33baa

Release asset:

  • plugin.wasm
  • sbom.cdx.json

Pull with ORAS:

oras pull ghcr.io/hyper-mcp-rs/sqlite-plugin:v0.2.0

All artifacts are signed with Cosign. Verify the immutable digest with:

cosign verify   --certificate-identity-regexp "https://github.com/hyper-mcp-rs/sqlite-plugin/.github/workflows/release.yml@refs/tags/v0.2.0"   --certificate-oidc-issuer-regexp "https://token.actions.githubusercontent.com"   ghcr.io/hyper-mcp-rs/sqlite-plugin@sha256:c413240f00724bfe3d2a88510ffa8932e9ffbb21ad4800efdff6728589e33baa

What's Changed

  • chore(deps): update actions/upload-artifact action to v7.0.1 by @renovate[bot] in #7
  • chore(deps): update actions/checkout action to v6.0.3 by @renovate[bot] in #6

New Contributors

Full Changelog: v0.1.5...v0.2.0