Skip to content

Commit b68e88c

Browse files
chore: release
1 parent 73e0fcf commit b68e88c

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-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/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ All notable changes to this project will be documented in this file.
44
<!-- generated by git-cliff -->
55
<!-- generated by git-cliff -->
66
<!-- generated by git-cliff -->
7+
<!-- generated by git-cliff -->

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.1"
3+
version = "0.1.2"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/redis-enterprise/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ All notable changes to this project will be documented in this file.
44
<!-- generated by git-cliff -->
55
<!-- generated by git-cliff -->
66
<!-- generated by git-cliff -->
7+
<!-- generated by git-cliff -->

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.1"
3+
version = "0.2.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/redisctl/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
<!-- generated by git-cliff -->

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.1.1"
3+
version = "0.2.0"
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.1", path = "../redis-cloud" }
20-
redis-enterprise = { version = "0.1.1", path = "../redis-enterprise" }
19+
redis-cloud = { version = "0.1.2", path = "../redis-cloud" }
20+
redis-enterprise = { version = "0.2.0", path = "../redis-enterprise" }
2121

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

0 commit comments

Comments
 (0)