Skip to content

Commit cdc5520

Browse files
chore: release (#533)
1 parent ea73c95 commit cdc5520

File tree

5 files changed

+40
-5
lines changed

5 files changed

+40
-5
lines changed

Cargo.lock

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

crates/redisctl-mcp/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1](https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.1.0...redisctl-mcp-v0.1.1) - 2026-01-14
11+
12+
### Added
13+
14+
- *(mcp)* add Private Link, Transit Gateway, BDB Groups, OCSP, and Suffixes tools ([#561](https://github.com/redis-developer/redisctl/pull/561))
15+
- *(mcp)* add VPC Peering, Cloud Accounts, and CRDB Tasks tools ([#560](https://github.com/redis-developer/redisctl/pull/560))
16+
- *(mcp)* add 25 new tools for enterprise and cloud operations ([#559](https://github.com/redis-developer/redisctl/pull/559))
17+
18+
### Other
19+
20+
- *(mcp)* add readme to redisctl-mcp crate ([#534](https://github.com/redis-developer/redisctl/pull/534))
21+
- *(redisctl)* release v0.7.4 ([#517](https://github.com/redis-developer/redisctl/pull/517))
22+
1023
## [0.1.0](https://github.com/redis-developer/redisctl/releases/tag/redisctl-mcp-v0.1.0) - 2026-01-12
1124

1225
### Added

crates/redisctl-mcp/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-mcp"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/redisctl/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.5](https://github.com/redis-developer/redisctl/compare/redisctl-v0.7.4...redisctl-v0.7.5) - 2026-01-14
11+
12+
### Added
13+
14+
- *(enterprise)* add first-class params for all remaining commands ([#558](https://github.com/redis-developer/redisctl/pull/558))
15+
- *(enterprise)* add first-class params for job-scheduler, bdb-group, suffix, migration ([#556](https://github.com/redis-developer/redisctl/pull/556))
16+
- *(enterprise)* add first-class params for LDAP mapping create/update ([#554](https://github.com/redis-developer/redisctl/pull/554))
17+
- *(cli)* add first-class params for enterprise CRDB update ([#553](https://github.com/redis-developer/redisctl/pull/553))
18+
- *(cli)* add first-class params for enterprise cluster update ([#552](https://github.com/redis-developer/redisctl/pull/552))
19+
- *(cli)* add first-class params for enterprise node update ([#551](https://github.com/redis-developer/redisctl/pull/551))
20+
- *(cli)* add first-class params for enterprise ACL create/update ([#550](https://github.com/redis-developer/redisctl/pull/550))
21+
- *(cli)* add first-class params for enterprise role create/update ([#549](https://github.com/redis-developer/redisctl/pull/549))
22+
- *(cli)* add first-class params for enterprise user create/update ([#548](https://github.com/redis-developer/redisctl/pull/548))
23+
- *(cli)* add first-class params for enterprise database update ([#547](https://github.com/redis-developer/redisctl/pull/547))
24+
- *(cli)* add first-class params for database update-aa-regions ([#546](https://github.com/redis-developer/redisctl/pull/546))
25+
- *(cloud)* add first-class CLI params for provider-account commands ([#545](https://github.com/redis-developer/redisctl/pull/545))
26+
- *(cloud)* add first-class CLI params for fixed-subscription commands ([#544](https://github.com/redis-developer/redisctl/pull/544))
27+
- *(cloud)* add first-class CLI params for fixed-database commands ([#543](https://github.com/redis-developer/redisctl/pull/543))
28+
- *(cloud)* add first-class params to database commands ([#542](https://github.com/redis-developer/redisctl/pull/542))
29+
- *(cloud)* add first-class params to subscription commands ([#541](https://github.com/redis-developer/redisctl/pull/541))
30+
- *(cloud)* add first-class CLI params for all connectivity commands ([#540](https://github.com/redis-developer/redisctl/pull/540))
31+
1032
## [0.7.4](https://github.com/redis-developer/redisctl/compare/redisctl-v0.7.3...redisctl-v0.7.4) - 2026-01-12
1133

1234
### Added

crates/redisctl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisctl"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -21,7 +21,7 @@ path = "src/main.rs"
2121
redisctl-config = { version = "0.2.1", path = "../redisctl-config" }
2222
redis-cloud = { version = "0.7.5", path = "../redis-cloud", features = ["tower-integration"] }
2323
redis-enterprise = { version = "0.7.3", path = "../redis-enterprise", features = ["tower-integration"] }
24-
redisctl-mcp = { version = "0.1.0", path = "../redisctl-mcp", optional = true }
24+
redisctl-mcp = { version = "0.1.1", path = "../redisctl-mcp", optional = true }
2525
files-sdk = { workspace = true, optional = true }
2626

2727
# CLI dependencies

0 commit comments

Comments
 (0)