From 34a6702b4d88f13751bc964f0adbfbcc1e930b50 Mon Sep 17 00:00:00 2001 From: Josh Rotenberg Date: Tue, 7 Oct 2025 14:06:24 -0700 Subject: [PATCH] chore(redisctl): release v0.6.5 --- Cargo.lock | 2 +- crates/redisctl/CHANGELOG.md | 10 ++++++++++ crates/redisctl/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec9d4590..7f93aba6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2265,7 +2265,7 @@ dependencies = [ [[package]] name = "redisctl" -version = "0.6.4" +version = "0.6.5" dependencies = [ "anyhow", "assert_cmd", diff --git a/crates/redisctl/CHANGELOG.md b/crates/redisctl/CHANGELOG.md index 959cb867..1b056c91 100644 --- a/crates/redisctl/CHANGELOG.md +++ b/crates/redisctl/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.5](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.4...redisctl-v0.6.5) - 2025-10-07 + +### Added + +- *(enterprise)* implement local node commands and expose shard commands + +### Fixed + +- add JSON output support to profile and version commands ([#394](https://github.com/joshrotenberg/redisctl/pull/394)) + ## [0.6.4](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.3...redisctl-v0.6.4) - 2025-10-07 ### Fixed diff --git a/crates/redisctl/Cargo.toml b/crates/redisctl/Cargo.toml index 07ca9791..ec8454dc 100644 --- a/crates/redisctl/Cargo.toml +++ b/crates/redisctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redisctl" -version = "0.6.4" +version = "0.6.5" edition.workspace = true authors.workspace = true license.workspace = true