Skip to content

chore: bump version to 0.7.16#145

Merged
claudio-michel[bot] merged 1 commit into
release/0.7from
chore/bump-cargo-0.7.16
Jun 5, 2026
Merged

chore: bump version to 0.7.16#145
claudio-michel[bot] merged 1 commit into
release/0.7from
chore/bump-cargo-0.7.16

Conversation

@claudio-michel

@claudio-michel claudio-michel Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Cuts v0.7.16 from `release/0.7` — the actual final 0.7.x release.

One change since v0.7.15: #144 (rustls CryptoProvider fix). v0.7.15 ships broken for any sentry-feature deployment — the binary panics on first TLS call with the dual-crypto-backend rustls panic. v0.7.16 fixes that. Anyone deploying v0.7.15 today should skip directly to v0.7.16.

Sister PRs

Test plan

  • CI green on this PR
  • Merge, tag, and push v0.7.16
  • Release workflow publishes 16 assets
  • Update Parcha-ai/parcha#6437 to pin 0.7.16 → merge → deploy → verify proxy boots without the CryptoProvider panic in Sentry

🤖 Generated with Claude Code

@greptile-apps

greptile-apps Bot commented Jun 5, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps the agent-tools-interface package version from 0.7.15 to 0.7.16 in both Cargo.toml and Cargo.lock, cutting the patch release that carries the rustls CryptoProvider panic fix from #144.

  • Cargo.toml: single-line version field change from 0.7.150.7.16.
  • Cargo.lock: corresponding lock-file entry updated to match; no dependency graph changes.

Confidence Score: 5/5

Safe to merge — only the package version string changes in both manifest and lock file, with no code or dependency modifications.

The entire diff is two identical single-line version string substitutions (0.7.15 → 0.7.16) in Cargo.toml and Cargo.lock. Both files are consistent with each other. No logic, dependencies, or configuration changed.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Version field bumped from 0.7.15 to 0.7.16 — single-line mechanical change, no other fields modified.
Cargo.lock Lock file entry for agent-tools-interface updated to 0.7.16, consistent with Cargo.toml; no dependency graph changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[release/0.7 branch] -->|PR #144 rustls fix| B[v0.7.16 commit]
    B -->|this PR bumps version| C[Cargo.toml 0.7.16\nCargo.lock 0.7.16]
    C -->|merge + tag| D[v0.7.16 release]
    D -->|16 release assets published| E[CI / Release workflow]
    E -->|Dockerfile pin updated| F[parcha#6437 retargeted → deploy]
Loading

Reviews (1): Last reviewed commit: "chore: bump version to 0.7.16" | Re-trigger Greptile

@claudio-michel claudio-michel Bot merged commit 9227f85 into release/0.7 Jun 5, 2026
6 checks passed
@claudio-michel claudio-michel Bot deleted the chore/bump-cargo-0.7.16 branch June 5, 2026 16:01
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.

0 participants