Skip to content

v0.20.1

Choose a tag to compare

@github-actions github-actions released this 09 May 11:11
v0.20.1
6738d20

Patch release. Closes a versioning-process gap exposed during the v0.20.0 release.

Fixed

  • metadata.version in all three SKILL.md frontmatters bumped to 0.20.1. The canopy, canopy-runtime, and canopy-debug skills had been carrying version: "0.18.1" since that release — gh skill install --pin vX.Y.Z only pins the git ref it pulls from, so these per-skill values stayed stale through the v0.19.0 and v0.20.0 bumps. No runtime behavior change; the fields are informational metadata that consumers see embedded in the installed file.

Changed

  • .claude/rules/versioning.md extended from 4 → 7 sources of truth. Adds the three per-skill metadata.version fields to the lockstep group and includes a sanity-check grep snippet for pre-tag verification. Auto-loads on every SKILL.md open in addition to the existing version-tracking files.
  • .claude/rules/versioning.md "How to bump" rewritten as a manual procedure — there is no /bump-version skill in this repo (it was removed; only the references lingered). CLAUDE.md and docs/CONTRIBUTING.md updated to match.

Notes

  • No spec or runtime changes. gh skill install --pin v0.20.1 is the same install as v0.20.0 modulo the corrected metadata strings. Consumers who pinned v0.20.0 don't need to upgrade unless they read metadata.version from the installed SKILL.md.


Verifying this release

# Verify the signed tag (uses GitHub's pubkey for SSH/GPG signatures)
git verify-tag v0.20.1

# Verify SLSA build provenance for the install tarball
gh attestation verify canopy-0.20.1.tar.gz --owner kostiantyn-matsebora