Skip to content

Commit 1a74f31

Browse files
chore: prepare release v0.2.1 (#208)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c73a73a commit 1a74f31

File tree

6 files changed

+10
-168
lines changed

6 files changed

+10
-168
lines changed

CHANGELOG.md

Lines changed: 3 additions & 161 deletions
Large diffs are not rendered by default.

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
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.2.0"
10+
version = "0.2.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.2.0"
3+
version = "0.2.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.2.0"
3+
version = "0.2.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/redisctl/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)