Skip to content

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Jan 27, 2026

Summary

Patch release v0.6.5 with dependency updates and CI improvements.

Changes

Dependencies Updated

  • rmcp: 0.12.0 → 0.14.0 (official Rust MCP SDK)
  • uuid: 1.19.0 → 1.20.0
  • Multiple transitive dependency updates (cc, clap_lex, proc-macro2, wasm-bindgen, windows, etc.)

Infrastructure

  • Updated Cargo resolver to version 3 (Rust 2024 edition)
  • Added dependabot automerge workflow for automated dependency updates
  • Added codecov badges with per-crate coverage flags

Updated Files

  • Cargo.toml - workspace version and all crate versions updated to 0.6.5
  • Cargo.lock - dependency resolution updated
  • CHANGELOG.md - added v0.6.5 release notes

Test plan

  • Verify build: cargo build --workspace
  • Run tests: cargo nextest run --workspace
  • Check formatting: cargo +nightly fmt --workspace --check
  • Run clippy: cargo clippy --workspace -- -D warnings
  • Validate documentation builds: cargo doc --workspace --no-deps

Update all workspace crates and dependencies to version 0.6.5.

Changes:
- Update workspace version: 0.6.4 -> 0.6.5
- Update all internal crate versions
- Update CHANGELOG.md with v0.6.5 release notes
- Update Cargo resolver to version 3
- Update dependencies: rmcp 0.14.0, uuid 1.20.0
@github-actions github-actions bot added type: documentation Documentation changes (*.md, docs/, comments) type: dependencies Dependency updates (Cargo.toml, Cargo.lock) build Build configuration changes (build.rs, toolchain) workspace Workspace-wide changes affecting multiple crates breaking change Contains breaking API changes (requires major version bump) release Release preparation (changelog, version bumps) labels Jan 27, 2026
@bug-ops bug-ops merged commit 47e8a61 into master Jan 27, 2026
17 checks passed
@bug-ops bug-ops deleted the release/v0.6.5 branch January 27, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change Contains breaking API changes (requires major version bump) build Build configuration changes (build.rs, toolchain) release Release preparation (changelog, version bumps) type: dependencies Dependency updates (Cargo.toml, Cargo.lock) type: documentation Documentation changes (*.md, docs/, comments) workspace Workspace-wide changes affecting multiple crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants