Skip to content

Commit e1ab173

Browse files
chore: release v0.2.2 (#211)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7c8c84f commit e1ab173

File tree

3 files changed

+62
-53
lines changed

3 files changed

+62
-53
lines changed

Cargo.lock

Lines changed: 59 additions & 50 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
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.2.1"
10+
version = "0.2.2"
1111
edition = "2024"
1212
rust-version = "1.89"
1313
authors = ["Josh Rotenberg <joshrotenberg@gmail.com>"]

crates/redisctl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ name = "redisctl"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
redis-cloud = { version = "0.2.1", path = "../redis-cloud" }
20-
redis-enterprise = { version = "0.2.1", path = "../redis-enterprise" }
19+
redis-cloud = { version = "0.2.2", path = "../redis-cloud" }
20+
redis-enterprise = { version = "0.2.2", path = "../redis-enterprise" }
2121

2222
# CLI dependencies
2323
clap = { workspace = true }

0 commit comments

Comments
 (0)