Skip to content

Commit 2220705

Browse files
chore: release v0.6.0 (#344)
* chore: release v0.6.0 * fix: update internal dependency versions to 0.6.0
1 parent 171768c commit 2220705

File tree

5 files changed

+9
-9
lines changed

5 files changed

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

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.5.1"
15+
version = "0.6.0"
1616
edition = "2024"
1717
rust-version = "1.89"
1818
authors = ["Josh Rotenberg <[email protected]>"]

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.5.1"
3+
version = "0.6.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.5.1"
3+
version = "0.6.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.5.1"
3+
version = "0.6.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.5.0", path = "../redis-cloud" }
22-
redis-enterprise = { version = "0.5.0", path = "../redis-enterprise" }
21+
redis-cloud = { version = "0.6.0", path = "../redis-cloud" }
22+
redis-enterprise = { version = "0.6.0", path = "../redis-enterprise" }
2323

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

0 commit comments

Comments
 (0)