Skip to content

Commit 0092e32

Browse files
committed
chore: release v0.4.0
- feat(redis-enterprise): add 120 missing fields for 100% API coverage (#272) - docs(redis-enterprise): add comprehensive field-level documentation for all API structs (#273) - feat(redis-enterprise): improve field coverage from 61% to 100% across all structs
1 parent 1c6f6dd commit 0092e32

File tree

4 files changed

+6
-6
lines changed

4 files changed

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default-members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.3.3"
15+
version = "0.4.0"
1616
edition = "2024"
1717
rust-version = "1.89"
1818
authors = ["Josh Rotenberg <[email protected]>"]

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

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.3.3"
3+
version = "0.4.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -19,7 +19,7 @@ path = "src/main.rs"
1919

2020
[dependencies]
2121
redis-cloud = { version = "0.3.3", path = "../redis-cloud" }
22-
redis-enterprise = { version = "0.3.3", path = "../redis-enterprise" }
22+
redis-enterprise = { version = "0.4.0", path = "../redis-enterprise" }
2323

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

0 commit comments

Comments
 (0)