Skip to content

Commit c48cbd5

Browse files
chore: release v0.10.1 (#903)
1 parent 7649e4b commit c48cbd5

6 files changed

Lines changed: 18 additions & 6 deletions

File tree

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.10.0"
18+
version = "0.10.1"
1919
edition = "2024"
2020
rust-version = "1.90"
2121
authors = ["Josh Rotenberg <josh.rotenberg@redis.com>"]

crates/redisctl-mcp/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.10.1](https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.10.0...redisctl-mcp-v0.10.1) - 2026-03-19
11+
12+
### Other
13+
14+
- docs + feat(mcp): .mcp.json setup, tool hints, and 5 new skills ([#902](https://github.com/redis-developer/redisctl/pull/902))
15+
1016
## [0.10.0](https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.9.1...redisctl-mcp-v0.10.0) - 2026-03-17
1117

1218
### 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.2", features = ["http", "oauth", "dynamic-tools"] }
2121
schemars = "1.2"
2222

2323
# Internal crates
24-
redisctl-core = { version = "0.10.0", path = "../redisctl-core" }
24+
redisctl-core = { version = "0.10.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.10.1](https://github.com/redis-developer/redisctl/compare/redisctl-v0.10.0...redisctl-v0.10.1) - 2026-03-19
11+
12+
### Fixed
13+
14+
- get-modules uses /v1/bdbs/{id} module_list instead of 404 endpoint ([#900](https://github.com/redis-developer/redisctl/pull/900))
15+
1016
## [0.10.0](https://github.com/redis-developer/redisctl/compare/redisctl-v0.9.1...redisctl-v0.10.0) - 2026-03-17
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.10.0", path = "../redisctl-core" }
21+
redisctl-core = { version = "0.10.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)