Skip to content

Commit bdc4b2a

Browse files
chore: release v0.9.1 (#841)
1 parent 7c3d422 commit bdc4b2a

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default-members = [
1515
version = "0.3.1"
1616

1717
[workspace.package]
18-
version = "0.9.0"
18+
version = "0.9.1"
1919
edition = "2024"
2020
rust-version = "1.90"
2121
authors = ["Josh Rotenberg <josh.rotenberg@redis.com>"]

crates/redisctl-mcp/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.1](https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.9.0...redisctl-mcp-v0.9.1) - 2026-03-07
11+
12+
### Added
13+
14+
- *(mcp)* add RedisJSON and RediSearch module tools ([#840](https://github.com/redis-developer/redisctl/pull/840))
15+
16+
### Other
17+
18+
- Database Quickstart and database-first messaging ([#842](https://github.com/redis-developer/redisctl/pull/842))
19+
1020
## [0.9.0](https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.8.3...redisctl-mcp-v0.9.0) - 2026-03-06
1121

1222
### Added

crates/redisctl-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tower-mcp = { version = "0.8.1", features = ["http", "oauth"] }
2121
schemars = "1.2"
2222

2323
# Internal crates
24-
redisctl-core = { version = "0.9.0", path = "../redisctl-core" }
24+
redisctl-core = { version = "0.9.1", path = "../redisctl-core" }
2525

2626
# External API clients (optional, gated by features)
2727
redis-cloud = { workspace = true, optional = true }

crates/redisctl/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.1](https://github.com/redis-developer/redisctl/compare/redisctl-v0.9.0...redisctl-v0.9.1) - 2026-03-07
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [0.9.0](https://github.com/redis-developer/redisctl/compare/redisctl-v0.8.3...redisctl-v0.9.0) - 2026-03-06
1117

1218
### Other

crates/redisctl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/main.rs"
1818

1919

2020
[dependencies]
21-
redisctl-core = { version = "0.9.0", path = "../redisctl-core" }
21+
redisctl-core = { version = "0.9.1", path = "../redisctl-core" }
2222
redis-cloud = { workspace = true, features = ["tower-integration"] }
2323
redis-enterprise = { workspace = true, features = ["tower-integration"] }
2424
files-sdk = { workspace = true, optional = true }

0 commit comments

Comments
 (0)