Skip to content

Commit 7b1517b

Browse files
committed
chore: reset package versions to 0.1.1 for release-plz automation
1 parent 54e737d commit 7b1517b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.0"
10+
version = "0.1.1"
1111
edition = "2024"
1212
rust-version = "1.89"
1313
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.1.2"
3+
version = "0.1.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.1.2"
3+
version = "0.1.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.2.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -16,8 +16,8 @@ name = "redisctl"
1616
path = "src/main.rs"
1717

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

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

0 commit comments

Comments
 (0)