Skip to content

v0.1.0-alpha.23

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Sep 15:25

Release of mcpg-plugin-cache-memory at v0.1.0-alpha.23.
Issues are welcome; pull requests cannot be merged here — development happens upstream.

This crate is consumed by git reference — it is not published to crates.io:

[dependencies]
mcpg-plugin-cache-memory = { git = "https://github.com/mcpg-dev/mcpg-plugin-cache-memory", tag = "v0.1.0-alpha.23" }

(binaries: cargo install --git https://github.com/mcpg-dev/mcpg-plugin-cache-memory --tag v0.1.0-alpha.23 mcpg-plugin-cache-memory, or use the packed assets below)

Every asset is signed with cosign (keyless, Sigstore transparency log);
public releases also carry a SLSA build-provenance attestation. Verify one with:

gh attestation verify <file> --repo mcpg-dev/mcpg-plugin-cache-memory

A resolved Cargo.lock and an SPDX SBOM are attached. Every lane built --locked against that exact
lockfile, so it describes these binaries rather than a later resolution — to rebuild this version
byte-for-byte, drop it in as Cargo.lock and build --locked.
Library and plugin releases also carry a cargo-public-api diff of the public Rust surface against the
previous release tag — these releases do not ship a changelog, and that diff is the machine-checkable
answer to what changed.

macOS: the aarch64-apple-darwin binaries are signed by cosign but are not Apple-codesigned or
notarised, so Gatekeeper quarantines them on download and reports the binary as damaged. That is a policy
decision by macOS, not a corrupt artifact — verify the cosign signature, then clear the quarantine flag:

xattr -d com.apple.quarantine ./<binary>