Skip to content

Commit ca52f86

Browse files
chore: release (#571)
1 parent 3b2d553 commit ca52f86

File tree

11 files changed

+64
-17
lines changed

11 files changed

+64
-17
lines changed

Cargo.lock

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

crates/redis-cloud/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.7.6](https://github.com/redis-developer/redisctl/compare/redis-cloud-v0.7.5...redis-cloud-v0.7.6) - 2026-01-23
11+
12+
### Fixed
13+
14+
- use local README.md for crates to fix sdist build ([#580](https://github.com/redis-developer/redisctl/pull/580))
15+
1016
## [0.7.5](https://github.com/redis-developer/redisctl/compare/redis-cloud-v0.7.4...redis-cloud-v0.7.5) - 2025-12-17
1117

1218
### Fixed

crates/redis-cloud/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redis-cloud"
3-
version = "0.7.5"
3+
version = "0.7.6"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/redis-enterprise/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.7.4](https://github.com/redis-developer/redisctl/compare/redis-enterprise-v0.7.3...redis-enterprise-v0.7.4) - 2026-01-23
11+
12+
### Added
13+
14+
- Add Python bindings via PyO3 ([#578](https://github.com/redis-developer/redisctl/pull/578))
15+
16+
### Fixed
17+
18+
- use local README.md for crates to fix sdist build ([#580](https://github.com/redis-developer/redisctl/pull/580))
19+
1020
## [0.7.3](https://github.com/redis-developer/redisctl/compare/redis-enterprise-v0.7.2...redis-enterprise-v0.7.3) - 2026-01-12
1121

1222
### Added

crates/redis-enterprise/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redis-enterprise"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/redisctl-config/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.2.2](https://github.com/redis-developer/redisctl/compare/redisctl-config-v0.2.1...redisctl-config-v0.2.2) - 2026-01-23
11+
12+
### Added
13+
14+
- *(config)* add database profile type for direct Redis connections ([#566](https://github.com/redis-developer/redisctl/pull/566))
15+
1016
## [0.2.1](https://github.com/redis-developer/redisctl/compare/redisctl-config-v0.2.0...redisctl-config-v0.2.1) - 2025-12-16
1117

1218
### Other

crates/redisctl-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisctl-config"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55
authors = ["Josh Rotenberg <josh@redislabs.com>"]
66
license = "MIT OR Apache-2.0"

crates/redisctl-mcp/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.1.1...redisctl-mcp-v0.1.2) - 2026-01-23
11+
12+
### Added
13+
14+
- *(mcp)* add --database-url CLI option for direct Redis connections ([#574](https://github.com/redis-developer/redisctl/pull/574))
15+
- *(mcp)* add database tools for direct Redis connections ([#572](https://github.com/redis-developer/redisctl/pull/572))
16+
17+
### Other
18+
19+
- add Python bindings documentation and update CHANGELOGs ([#581](https://github.com/redis-developer/redisctl/pull/581))
20+
1021
## [0.1.1](https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.1.0...redisctl-mcp-v0.1.1) - 2026-01-14
1122

1223
### Added

crates/redisctl-mcp/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisctl-mcp"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -17,9 +17,9 @@ rmcp = { version = "0.12", features = ["server", "transport-io", "macros"] }
1717
schemars = "0.8"
1818

1919
# Internal crates
20-
redisctl-config = { version = "0.2.1", path = "../redisctl-config" }
21-
redis-cloud = { version = "0.7.5", path = "../redis-cloud" }
22-
redis-enterprise = { version = "0.7.3", path = "../redis-enterprise" }
20+
redisctl-config = { version = "0.2.2", path = "../redisctl-config" }
21+
redis-cloud = { version = "0.7.6", path = "../redis-cloud" }
22+
redis-enterprise = { version = "0.7.4", path = "../redis-enterprise" }
2323

2424
# Redis client for direct database connections
2525
redis = { workspace = true }

crates/redisctl/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.6](https://github.com/redis-developer/redisctl/compare/redisctl-v0.7.5...redisctl-v0.7.6) - 2026-01-23
11+
12+
### Added
13+
14+
- Add Python bindings via PyO3 ([#578](https://github.com/redis-developer/redisctl/pull/578))
15+
- *(mcp)* add --database-url CLI option for direct Redis connections ([#574](https://github.com/redis-developer/redisctl/pull/574))
16+
- *(mcp)* add database tools for direct Redis connections ([#572](https://github.com/redis-developer/redisctl/pull/572))
17+
- *(config)* add database profile type for direct Redis connections ([#566](https://github.com/redis-developer/redisctl/pull/566))
18+
19+
### Other
20+
21+
- add Python bindings documentation and update CHANGELOGs ([#581](https://github.com/redis-developer/redisctl/pull/581))
22+
- add assert_cmd tests for MCP commands ([#570](https://github.com/redis-developer/redisctl/pull/570))
23+
1024
### Added
1125

1226
- Add Python bindings via PyO3 for `redis-cloud` and `redis-enterprise` libraries ([#578](https://github.com/redis-developer/redisctl/pull/578))

0 commit comments

Comments
 (0)