Skip to content

chore: release v2.2.0-beta.7#408

Merged
dev-jodee merged 1 commit intomainfrom
chore/release-v2.2.0-beta.7
Mar 27, 2026
Merged

chore: release v2.2.0-beta.7#408
dev-jodee merged 1 commit intomainfrom
chore/release-v2.2.0-beta.7

Conversation

@dev-jodee
Copy link
Copy Markdown
Contributor

@dev-jodee dev-jodee commented Mar 27, 2026

Summary

  • bump Rust workspace version to 2.2.0-beta.7
  • update kora-lib and kora-cli crate versions in lockfile/manifests
  • generate changelog entries since v2.2.0-beta.6

Test Plan

  • cargo build --workspace

Publish intent

  • beta-only Rust publish from main to validate crates.io trusted publishing via OIDC

Open with Devin

📊 Unit Test Coverage

Coverage

Unit Test Coverage: 84.0%

View Detailed Coverage Report

@dev-jodee dev-jodee requested a review from amilz as a code owner March 27, 2026 18:28
@github-actions
Copy link
Copy Markdown

📊 TypeScript Coverage Report

Coverage: 33.9%

View detailed report

Coverage artifacts have been uploaded to this workflow run.
View Artifacts

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 27, 2026

Greptile Summary

This is a clean release preparation PR that bumps the Rust workspace from 2.2.0-beta.6 to 2.2.0-beta.7, aligns all crate manifests and the lockfile, and prepends the corresponding CHANGELOG entry. No source code is changed; it is solely a version and changelog management commit, consistent with the project's just release workflow described in CLAUDE.md.

Changes:

Confidence Score: 5/5

Safe to merge — purely a version bump with no logic or dependency changes.

All five changed files contain only mechanical version string updates from 2.2.0-beta.6 to 2.2.0-beta.7. Every relevant location (workspace manifest, both crate manifests, the workspace dependency pin, and the lockfile) is updated consistently. The CHANGELOG entry is well-formed and matches the existing format. No source code, dependency graph, or configuration logic is touched, leaving no room for regressions.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md Prepends a new 2.2.0-beta.7 - 2026-03-27 entry documenting one bug fix (#402) and one documentation update (#407); format is consistent with existing changelog entries.
Cargo.toml Updates [workspace.package] version and the kora-lib workspace dependency version from 2.2.0-beta.6 to 2.2.0-beta.7; both version pins are in sync.
Cargo.lock Auto-regenerated lockfile bumps kora-cli, kora-lib, and the tests workspace member from 2.2.0-beta.6 to 2.2.0-beta.7; no other dependency changes.
crates/cli/Cargo.toml Bumps kora-cli crate version to 2.2.0-beta.7; consistent with workspace version.
crates/lib/Cargo.toml Bumps kora-lib crate version to 2.2.0-beta.7; consistent with workspace version.

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub (main)
    participant CI as GitHub Actions
    participant CratesIO as crates.io (OIDC)

    Dev->>GH: PR: chore: release v2.2.0-beta.7
    Note over GH: Bumps workspace version<br/>Updates CHANGELOG
    GH->>GH: Review & Merge to main
    GH->>CI: Trigger "Publish Rust Crates" workflow
    CI->>CI: cargo build --workspace
    CI->>CI: cargo publish kora-lib v2.2.0-beta.7
    CI->>CratesIO: Publish via OIDC (no API token)
    CratesIO-->>CI: kora-lib published
    CI->>CI: cargo publish kora-cli v2.2.0-beta.7
    CI->>CratesIO: Publish via OIDC (no API token)
    CratesIO-->>CI: kora-cli published
    CI->>GH: Create tags: v2.2.0-beta.7, kora-lib-v2.2.0-beta.7, kora-cli-v2.2.0-beta.7
    CI->>CI: Trigger Docker publish (workflow_run)
Loading

Reviews (1): Last reviewed commit: "chore: release v2.2.0-beta.7" | Re-trigger Greptile

@dev-jodee dev-jodee merged commit f5b6737 into main Mar 27, 2026
13 checks passed
@dev-jodee dev-jodee deleted the chore/release-v2.2.0-beta.7 branch March 27, 2026 18:34
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.

1 participant