Skip to content

chore: release v0.7.2#137

Merged
mpiton merged 2 commits into
mainfrom
release/0.7.2
Jun 10, 2026
Merged

chore: release v0.7.2#137
mpiton merged 2 commits into
mainfrom
release/0.7.2

Conversation

@mpiton

@mpiton mpiton commented Jun 10, 2026

Copy link
Copy Markdown
Owner

Summary

Release v0.7.2. Bundles #135 (version introspection) shipped via #136, bumps both crates to 0.7.2, finalizes the changelog.

Changes

Testing

./scripts/release.sh 0.7.2 ran cargo check, cargo clippy -- -D warnings, cargo test --workspace (146 passed), cargo fmt.

Publish

After merge, push the tag to trigger the release workflow (crates.io + GitHub Release):

git push origin v0.7.2

Summary by cubic

Release v0.7.2 adds version introspection across the CLI and plugin. Versions are now visible in commands and logs, with drift warnings to keep installs in sync.

  • New Features

    • tauri-pilot --version prints the CLI version.
    • ping and state include plugin + CLI versions; warn when they differ or when the plugin is <= 0.7.0.
    • Plugin logs its version when the socket/named pipe starts listening.
  • Dependencies

    • Bump tauri-pilot-cli and tauri-plugin-pilot to 0.7.2; update the CHANGELOG and comparison links.

Written for commit 7bae4af. Summary will update on new commits.

Review in cubic

Summary by CodeRabbit

  • Chores

    • Version bumped to 0.7.2 across packages
  • Documentation

    • Changelog updated with 0.7.2 release information and reference links

@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@sovri sovri Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sovri code review

✅ Approve

0 findings

Review assessment

No findings — nothing to assess.

TL;DR

The pull request finalizes the v0.7.2 release by updating version numbers in Cargo.toml files, documenting changes in the CHANGELOG.md, and adjusting the comparison links for the new release. No functional code changes or defects are introduced in the diff provided.

Findings

✅ No blocking issues found.

File-by-file

No changed files with findings.

Compliance & provenance

Compliance & audit

Model: mistral / mistral-large-latest
Prompt sha256: 15dafd1999424d6ec8af6e3d5e298b74b695537d5431a9538ad01136a192bdd2
No signed audit trail is attached


Tokens: 1514 in / 111 out · Estimated cost: $0.0009 (mistral mistral-large-latest)

Sovri

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: eb075430-39d0-4817-8334-3b0d212a26e9

📥 Commits

Reviewing files that changed from the base of the PR and between e43ad05 and 7bae4af.

📒 Files selected for processing (3)
  • CHANGELOG.md
  • crates/tauri-pilot-cli/Cargo.toml
  • crates/tauri-plugin-pilot/Cargo.toml

📝 Walkthrough

Walkthrough

This PR releases version 0.7.2 by coordinating changelog documentation and crate version updates. The CHANGELOG.md file receives a new 0.7.2 release section with the release date, and both the tauri-pilot-cli and tauri-plugin-pilot crates are version-bumped from 0.7.1 to 0.7.2 in their respective Cargo.toml manifests.

Changes

0.7.2 Release

Layer / File(s) Summary
Version bump and changelog update
CHANGELOG.md, crates/tauri-pilot-cli/Cargo.toml, crates/tauri-plugin-pilot/Cargo.toml
CHANGELOG.md entry added for 0.7.2 release dated 2026-06-10 with compare links and issue reference definitions. Crate versions bumped from 0.7.1 to 0.7.2 in both tauri-pilot-cli and tauri-plugin-pilot Cargo.toml files.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • mpiton/tauri-pilot#134: Both PRs touch the same release plumbing—updating CHANGELOG.md release/compare links and bumping crates/tauri-pilot-cli/Cargo.toml and crates/tauri-plugin-pilot/Cargo.toml crate versions.
  • mpiton/tauri-pilot#94: Both PRs update CHANGELOG.md release sections and bump the same crate version fields in crates/tauri-pilot-cli/Cargo.toml and crates/tauri-plugin-pilot/Cargo.toml.
  • mpiton/tauri-pilot#102: Both PRs perform coordinated release bumps by updating CHANGELOG.md with a new versioned release section and bumping the same crates' Cargo.toml version fields.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description covers the key aspects of the release but omits the formal template sections (Motivation with issue links, Test Plan checkbox items, and Checklist validation). Consider using the formal template sections: add explicit Motivation with 'Closes' links, include Test Plan checkboxes for reproducibility, and verify Checklist items are met.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: release v0.7.2' directly and clearly describes the primary change—releasing version 0.7.2 with version bumps and changelog finalization.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@mpiton mpiton merged commit a6c5baa into main Jun 10, 2026
13 checks passed
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