Skip to content

Releases: yebiguo/ProofRun

v1 (floating — currently v0.2.0)

Choose a tag to compare

@github-actions github-actions released this 14 Aug 01:36

Floating tag maintained by release.yml. Always mirrors the latest stable release (v0.2.0 as of this run) — do not depend on this tag pointing at a fixed commit. Pin an exact release (e.g. v0.2.0) instead if you need reproducibility.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 01:36

Changelog

  • 2d57862 Merge pull request #4 from yebiguo/v0.2-github-action
  • 604fed4 docs: document the GitHub Action and its known limitation in both READMEs
  • 3ae2aac release: prep v0.2.0 — pin the Action's binary version to this release
  • 8db5af7 v0.2 Day 2: action.yml composite action + dogfood workflow
  • a844265 v0.2 Day 4: automate the v1 floating tag, document the Action in AGENTS.md
  • 1d520e3 v0.2: fix two MUST-FIX false-PASS gaps from external review + harden action.yml
  • b200d60 v0.2: harden checksums.txt parsing against CRLF line endings
  • c360619 v0.2: pin the Action's binary version literally instead of guessing from action_ref
  • 53fe975 v0.2: run dogfood across ubuntu/macos/windows, not just ubuntu
  • 39fdefa v0.2: strip stray backslash from sha256sum output on Windows runners

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 13:20

Changelog

  • 74c3572 Merge pull request #1 from yebiguo/v0.1-dev
  • 245ba56 Merge pull request #2 from yebiguo/demo-workflow
  • 7c829ef chore: add VHS tape + CI workflow to render the README demo GIF
  • 212e928 docs: add rendered demo.gif
  • 127104b docs: expand project documentation
  • 0ab1fc4 docs: point install commands at v0.1.0 instead of v0.1.0-alpha

v0.1.0-alpha

v0.1.0-alpha Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 00:32

Changelog

  • a13f2bb Day 0: repo skeleton and AGENTS.md
  • 8e2590c Day 1: CLI skeleton, git fingerprinting, config, init command
  • db64027 Day 2-3: command runner, receipt schema, proofrun run
  • 93d3535 Day 4: STALE determination and proofrun status
  • 8d065e9 Day 5: proofrun report and CI across all three platforms
  • 53a4c9a Day 6: goreleaser config, release CI, version flag
  • 5b86fb8 Day 7: README, LICENSE, dogfood ProofRun on itself
  • 052d27a Fix release archive naming to match README install command
  • a40e010 Fix review findings: command-forging gap, broken install URL, Windows/macOS-blind release gate
  • d36539e Fix review round 2: empty command in config re-opens the forgery gap
  • 709b870 Fix review round 3: string-join command comparison enables argv-collision false PASS
  • f3cfc5a Self-review fixes: gate release on tests, tighten tag trigger, doc gaps