Skip to content

Commit b485b3d

Browse files
committed
chore: release v0.4.1
- Fix URL path concatenation to prevent double slashes - Add Swatinem/rust-cache to remaining workflows - Fix documentation examples with correct field names - Remove npm cache configuration from docs workflow
1 parent 3570b0c commit b485b3d

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.3.3"
3+
version = "0.4.1"
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.0"
3+
version = "0.4.1"
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.0"
3+
version = "0.4.1"
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.3.3", path = "../redis-cloud" }
22-
redis-enterprise = { version = "0.4.0", path = "../redis-enterprise" }
21+
redis-cloud = { version = "0.4.1", path = "../redis-cloud" }
22+
redis-enterprise = { version = "0.4.1", path = "../redis-enterprise" }
2323

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

0 commit comments

Comments
 (0)