Skip to content

chore: release v0.9.0#829

Merged
joshrotenberg merged 1 commit intomainfrom
release-plz-2026-03-06T05-20-55Z
Mar 6, 2026
Merged

chore: release v0.9.0#829
joshrotenberg merged 1 commit intomainfrom
release-plz-2026-03-06T05-20-55Z

Conversation

@joshrotenberg
Copy link
Collaborator

@joshrotenberg joshrotenberg commented Mar 6, 2026

🤖 New release

  • redisctl-core: 0.8.3 -> 0.9.0
  • redisctl: 0.8.3 -> 0.9.0 (✓ API compatible changes)
  • redisctl-mcp: 0.8.3 -> 0.9.0 (⚠ API breaking changes)

redisctl-mcp breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ZrangeInput.rev in /tmp/.tmpFCnx1K/redisctl/crates/redisctl-mcp/src/tools/redis/structures.rs:183

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_missing.ron

Failed in:
  function redisctl_mcp::tools::wrap_list, previously in file /tmp/.tmpoWalL3/redisctl-mcp/src/tools/mod.rs:36
Changelog

redisctl-core

0.2.0 - 2026-02-28

Added

  • (cli) add profile tags for organizing many profiles (#692) (#705)

Other

  • add edge case tests for profile config loading (#696) (#699)
  • add repository and homepage metadata to redisctl-core (#685)

redisctl

0.9.0 - 2026-03-06

Other

  • update Cargo.toml dependencies

redisctl-mcp

0.9.0 - 2026-03-06

Added

  • (mcp) add Docker Compose demo and upgrade tower-mcp to 0.8.1 (#831)

Fixed

  • (mcp) accept --read-only=false and add REV to redis_zrange (#827)

Other

  • (mcp) upgrade tower-mcp to 0.8.0 (#830)


This PR was generated with release-plz.

@joshrotenberg joshrotenberg force-pushed the release-plz-2026-03-06T05-20-55Z branch from 9f84b64 to 3965ebc Compare March 6, 2026 15:50
@joshrotenberg joshrotenberg force-pushed the release-plz-2026-03-06T05-20-55Z branch from 3965ebc to 477766c Compare March 6, 2026 18:03
@joshrotenberg joshrotenberg merged commit cdf12a9 into main Mar 6, 2026
25 checks passed
@joshrotenberg joshrotenberg deleted the release-plz-2026-03-06T05-20-55Z branch March 6, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant