Skip to content

Commit 9881dea

Browse files
chore: release (#490)
1 parent 6108221 commit 9881dea

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.3](https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.7.2...redis-cloud-v0.7.3) - 2025-12-09
11+
12+
### Added
13+
14+
- *(cloud)* add delete endpoint for PrivateLink ([#487](https://github.com/joshrotenberg/redisctl/pull/487))
15+
- *(cloud)* add upgrade endpoints for Essentials databases ([#488](https://github.com/joshrotenberg/redisctl/pull/488))
16+
1017
## [0.7.2](https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.7.1...redis-cloud-v0.7.2) - 2025-12-09
1118

1219
### Added

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

crates/redisctl/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.1](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.7.0...redisctl-v0.7.1) - 2025-12-09
11+
12+
### Added
13+
14+
- add cross-platform pager support for Windows ([#491](https://github.com/joshrotenberg/redisctl/pull/491))
15+
- *(cloud)* add delete endpoint for PrivateLink ([#487](https://github.com/joshrotenberg/redisctl/pull/487))
16+
- *(cloud)* add upgrade endpoints for Essentials databases ([#488](https://github.com/joshrotenberg/redisctl/pull/488))
17+
- *(cloud)* add available-versions command for Essentials databases ([#485](https://github.com/joshrotenberg/redisctl/pull/485))
18+
- *(cloud)* add update-aa-regions command for Active-Active databases ([#486](https://github.com/joshrotenberg/redisctl/pull/486))
19+
- *(cloud)* add update single tag endpoint for Pro databases ([#489](https://github.com/joshrotenberg/redisctl/pull/489))
20+
1021
## [0.7.0](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.6...redisctl-v0.7.0) - 2025-12-09
1122

1223
### Added

crates/redisctl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisctl"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -19,7 +19,7 @@ path = "src/main.rs"
1919

2020
[dependencies]
2121
redisctl-config = { version = "0.2.0", path = "../redisctl-config" }
22-
redis-cloud = { version = "0.7.2", path = "../redis-cloud", features = ["tower-integration"] }
22+
redis-cloud = { version = "0.7.3", path = "../redis-cloud", features = ["tower-integration"] }
2323
redis-enterprise = { version = "0.7.0", path = "../redis-enterprise", features = ["tower-integration"] }
2424
files-sdk = { workspace = true, optional = true }
2525

0 commit comments

Comments
 (0)