Skip to content

Commit 21cee12

Browse files
chore: release v0.5.0 (#311)
## What's Changed ### New Features - feat(enterprise): add comprehensive alerts management commands (#307) - feat(enterprise): add license management commands (#308) - feat(enterprise): implement bootstrap commands for cluster initialization (#309) - feat(enterprise): add debug info collection commands (#309) - feat(enterprise): implement LDAP integration commands (#309) - feat(enterprise): add OCSP certificate validation commands (#309) - feat(enterprise): implement service management commands (#309) ### Improvements - chore: simplify crates.io publishing workflow and remove manual release scripts (#310) - docs: add comprehensive documentation for all new enterprise commands (#310) - chore: update CLAUDE.md with documentation requirements for new features (#310) ### Coverage - Enterprise API coverage increased to 74% (29 handlers implemented) - All new commands include comprehensive integration tests with wiremock ### Breaking Changes None ### Full Changelog v0.4.1...v0.5.0
1 parent 70dbe84 commit 21cee12

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.

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.4.1"
3+
version = "0.5.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

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.4.1"
3+
version = "0.5.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/redisctl/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisctl"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -18,8 +18,8 @@ path = "src/main.rs"
1818

1919

2020
[dependencies]
21-
redis-cloud = { version = "0.4.1", path = "../redis-cloud" }
22-
redis-enterprise = { version = "0.4.1", path = "../redis-enterprise" }
21+
redis-cloud = { version = "0.5.0", path = "../redis-cloud" }
22+
redis-enterprise = { version = "0.5.0", path = "../redis-enterprise" }
2323

2424
# CLI dependencies
2525
clap = { workspace = true }

0 commit comments

Comments
 (0)