Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 16:45

leash v0.2.2 updates the one dependency, rerun, to v0.2.0 ("correct under failure").

Container image: docker pull ghcr.io/sylvester-francis/leash:0.2.2

Changed

  • Updated rerun to v0.2.0 and adopted its typed error sentinels: EnsureRun and the append retry now match rerun.ErrRunExists / rerun.ErrSeqConflict with errors.Is, replacing a fragile SQLite error-string heuristic (a resume no longer depends on the wording of a driver error). Existing ledger databases migrate in place via rerun's versioned schema migrations.

No config or behavior changes for users. See the CHANGELOG.