Skip to content

release: v2.0.1#49

Merged
mikkeldamsgaard merged 1 commit intomainfrom
release/v2.0.1
Mar 14, 2026
Merged

release: v2.0.1#49
mikkeldamsgaard merged 1 commit intomainfrom
release/v2.0.1

Conversation

@mikkeldamsgaard
Copy link
Contributor

Summary

  • Bump version to 2.0.1
  • Bug fixes only (PATCH release)

Changelog

Fixed

  • SBOM attestation in release workflow: use platform-specific SBOM path (index .SBOM "linux/amd64") instead of .SBOM.SPDX which returns null for multi-platform images.
  • Cosign verification commands in docs and Makefile: use --certificate-identity with the exact tag ref (e.g. @refs/tags/v2.0.0) instead of a glob pattern (v*) which cosign does not support.

How to verify

cargo check
cargo test
cargo clippy -- -D warnings
cargo fmt -- --check

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings March 14, 2026 13:25
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release prep PR to publish v2.0.1 for the initium Rust crate/binary, aligning crate metadata and changelog for a patch release.

Changes:

  • Bump crate version from 2.0.0 to 2.0.1 in Cargo.toml.
  • Update Cargo.lock to reflect the new root package version.
  • Add a 2.0.1 entry to CHANGELOG.md.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
Cargo.toml Updates package version to 2.0.1.
Cargo.lock Updates the root initium package version to 2.0.1.
CHANGELOG.md Adds release notes section for 2.0.1 dated 2026-03-14.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mikkeldamsgaard mikkeldamsgaard merged commit 06794c4 into main Mar 14, 2026
7 checks passed
@mikkeldamsgaard mikkeldamsgaard deleted the release/v2.0.1 branch March 14, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants