Skip to content
Grégoire edited this page Feb 18, 2026 · 4 revisions

Welcome to the sigsum-rs wiki!

Release checklist

  • Select the new X.Y.Z version following semantic versioning
  • Bump version in Cargo.toml
  • Add a new CHANGELOG heading ## [X.Y.Z] - YYYY-MM-DD just under ## [Unreleased]
  • Make sure no notable changes are missing
  • Commit with a message like "Prepare vX.Y.Z release" (don't forget to push to main!)
  • Create git signed tag git tag -S vX.Y.Z
  • Upload to crates.io: cargo publish

Clone this wiki locally