Skip to content

Release v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 May 04:44
· 1 commit to main since this release

Release for v0.3.0.

Container image (tag):

  • ghcr.io/duynhlab/base64-plugin:v0.3.0

✅ Immutable digest (recommended for pinning):

  • ghcr.io/duynhlab/base64-plugin@sha256:e514c9af0c331fe11eab2abf61d0057808407639eb33adfa3da3fbc92e1778a7

Release asset:

  • plugin.wasm

All container images are signed with Cosign. Verify the immutable digest with:

cosign verify   --certificate-identity-regexp "https://github.com/duynhlab/base64-plugin/.github/workflows/release.yml@refs/tags/v0.3.0"   --certificate-oidc-issuer-regexp "https://token.actions.githubusercontent.com"   ghcr.io/duynhlab/base64-plugin@sha256:e514c9af0c331fe11eab2abf61d0057808407639eb33adfa3da3fbc92e1778a7

What's Changed

  • Rewrite README for the base64-plugin project by @duynhne in #5
  • Add CLAUDE.md with coding guidelines by @duynhne in #6
  • Return empty slices from list handlers by @duynhne in #7

Full Changelog: v0.2.1...v0.3.0