From 377da5d3dece70f6907cdd20c5670380100821dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 04:02:23 +0000 Subject: [PATCH] chore: release v0.1.1 --- crates/redis-cloud/CHANGELOG.md | 1 + crates/redis-cloud/Cargo.toml | 2 +- crates/redis-enterprise/CHANGELOG.md | 1 + crates/redis-enterprise/Cargo.toml | 2 +- crates/redisctl/CHANGELOG.md | 1 + crates/redisctl/Cargo.toml | 6 +++--- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/crates/redis-cloud/CHANGELOG.md b/crates/redis-cloud/CHANGELOG.md index b96abb64..3cc75326 100644 --- a/crates/redis-cloud/CHANGELOG.md +++ b/crates/redis-cloud/CHANGELOG.md @@ -3,3 +3,4 @@ All notable changes to this project will be documented in this file. + diff --git a/crates/redis-cloud/Cargo.toml b/crates/redis-cloud/Cargo.toml index 8849ca5a..2b9f978a 100644 --- a/crates/redis-cloud/Cargo.toml +++ b/crates/redis-cloud/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redis-cloud" -version = "0.1.0" +version = "0.1.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/redis-enterprise/CHANGELOG.md b/crates/redis-enterprise/CHANGELOG.md index b96abb64..3cc75326 100644 --- a/crates/redis-enterprise/CHANGELOG.md +++ b/crates/redis-enterprise/CHANGELOG.md @@ -3,3 +3,4 @@ All notable changes to this project will be documented in this file. + diff --git a/crates/redis-enterprise/Cargo.toml b/crates/redis-enterprise/Cargo.toml index 9f8c37a7..954f23ab 100644 --- a/crates/redis-enterprise/Cargo.toml +++ b/crates/redis-enterprise/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redis-enterprise" -version = "0.1.0" +version = "0.1.1" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/crates/redisctl/CHANGELOG.md b/crates/redisctl/CHANGELOG.md index b96abb64..3cc75326 100644 --- a/crates/redisctl/CHANGELOG.md +++ b/crates/redisctl/CHANGELOG.md @@ -3,3 +3,4 @@ All notable changes to this project will be documented in this file. + diff --git a/crates/redisctl/Cargo.toml b/crates/redisctl/Cargo.toml index 22099a21..7cc451be 100644 --- a/crates/redisctl/Cargo.toml +++ b/crates/redisctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redisctl" -version = "0.1.0" +version = "0.1.1" edition.workspace = true authors.workspace = true license.workspace = true @@ -27,8 +27,8 @@ path = "src/enterprise_bin.rs" required-features = ["enterprise-only"] [dependencies] -redis-cloud = { version = "0.1.0", path = "../redis-cloud" } -redis-enterprise = { version = "0.1.0", path = "../redis-enterprise" } +redis-cloud = { version = "0.1.1", path = "../redis-cloud" } +redis-enterprise = { version = "0.1.1", path = "../redis-enterprise" } # CLI dependencies clap = { workspace = true }