Skip to content

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 May 04:20
· 10 commits to main since this release
5729ae3

Release for v0.2.0.

Container image (tag):

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

✅ Immutable digest (recommended for pinning):

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

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.2.0"   --certificate-oidc-issuer-regexp "https://token.actions.githubusercontent.com"   ghcr.io/duynhlab/base64-plugin@sha256:cb4f8aa3b3f55e30ac9a417a9a18768b6c4e8f41b07d53ecbb386bc373dbfc72

What's Changed

  • Implement base64 encode/decode MCP tools by @duynhne in #1
  • Add AGENTS.md with build, test and policy notes by @duynhne in #2
  • Rename module and image refs to base64-plugin by @duynhne in #3

New Contributors

Full Changelog: v0.1.0...v0.2.0