Skip to content

chore: sync workspace crate versions#816

Merged
joshrotenberg merged 1 commit intomainfrom
chore/sync-workspace-versions
Mar 6, 2026
Merged

chore: sync workspace crate versions#816
joshrotenberg merged 1 commit intomainfrom
chore/sync-workspace-versions

Conversation

@joshrotenberg
Copy link
Copy Markdown
Collaborator

Summary

  • Unify all three workspace crates to a single version using version.workspace = true
  • Set workspace version to 0.8.2 (current highest) so release-plz bumps naturally from here
  • Update internal redisctl-core dependency references to match
Crate Before After
redisctl 0.8.2 0.8.2 (workspace)
redisctl-mcp 0.5.0 0.8.2 (workspace)
redisctl-core 0.2.0 0.8.2 (workspace)

Closes #812

Test plan

  • cargo check --workspace builds all three crates at v0.8.2

Unify versioning across redisctl, redisctl-mcp, and redisctl-core using
workspace version inheritance. All three crates now derive their version
from [workspace.package] in the root Cargo.toml.

Previously: redisctl 0.8.2, redisctl-mcp 0.5.0, redisctl-core 0.2.0
Now: all 0.8.2 via version.workspace = true

Closes #812
@joshrotenberg joshrotenberg merged commit 31befd5 into main Mar 6, 2026
19 checks passed
@joshrotenberg joshrotenberg deleted the chore/sync-workspace-versions branch March 6, 2026 03:01
This was referenced Mar 6, 2026
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.

chore: sync all workspace crate versions to a single version

1 participant