Skip to content

Commit 8b75cc5

Browse files
chore: release
1 parent 13bf758 commit 8b75cc5

5 files changed

Lines changed: 31 additions & 5 deletions

File tree

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: 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.2.0](https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.1.2...redisctl-mcp-v0.2.0) - 2026-01-30
11+
12+
### Added
13+
14+
- update to redis-cloud 0.9 ([#599](https://github.com/redis-developer/redisctl/pull/599))
15+
16+
### Other
17+
18+
- [**breaking**] extract redis-cloud and redis-enterprise to standalone repos ([#596](https://github.com/redis-developer/redisctl/pull/596))
19+
1020
## [0.1.2](https://github.com/redis-developer/redisctl/compare/redisctl-mcp-v0.1.1...redisctl-mcp-v0.1.2) - 2026-01-23
1121

1222
### 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.2"
3+
version = "0.2.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/redisctl/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.8.0](https://github.com/redis-developer/redisctl/compare/redisctl-v0.7.7...redisctl-v0.8.0) - 2026-01-30
11+
12+
### Added
13+
14+
- update to redis-enterprise 0.8 ([#600](https://github.com/redis-developer/redisctl/pull/600))
15+
- update to redis-cloud 0.9 ([#599](https://github.com/redis-developer/redisctl/pull/599))
16+
- add one-shot cost-report export command ([#595](https://github.com/redis-developer/redisctl/pull/595))
17+
18+
### Fixed
19+
20+
- handle rate limits (429) and processing-completed state in task polling ([#587](https://github.com/redis-developer/redisctl/pull/587))
21+
22+
### Other
23+
24+
- [**breaking**] extract redis-cloud and redis-enterprise to standalone repos ([#596](https://github.com/redis-developer/redisctl/pull/596))
25+
1026
## [0.7.7](https://github.com/redis-developer/redisctl/compare/redisctl-v0.7.6...redisctl-v0.7.7) - 2026-01-23
1127

1228
### Other

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.7"
3+
version = "0.8.0"
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.2", path = "../redisctl-config" }
2222
redis-cloud = { workspace = true, features = ["tower-integration"] }
2323
redis-enterprise = { workspace = true, features = ["tower-integration"] }
24-
redisctl-mcp = { version = "0.1.2", path = "../redisctl-mcp", optional = true }
24+
redisctl-mcp = { version = "0.2.0", path = "../redisctl-mcp", optional = true }
2525
files-sdk = { workspace = true, optional = true }
2626

2727
# CLI dependencies

0 commit comments

Comments
 (0)