Skip to content

Commit 4e1a627

Browse files
chore: release (#494)
1 parent 7312361 commit 4e1a627

File tree

5 files changed

+17
-5
lines changed

5 files changed

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

88
## [Unreleased]
99

10+
## [0.7.4](https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.7.3...redis-cloud-v0.7.4) - 2025-12-13
11+
12+
### Other
13+
14+
- remove outdated implementation tracking file ([#492](https://github.com/joshrotenberg/redisctl/pull/492))
15+
1016
## [0.7.3](https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.7.2...redis-cloud-v0.7.3) - 2025-12-09
1117

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

crates/redisctl/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.2](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.7.1...redisctl-v0.7.2) - 2025-12-13
11+
12+
### Added
13+
14+
- upgrade jmespath_extensions to 0.6 with full feature set ([#496](https://github.com/joshrotenberg/redisctl/pull/496))
15+
1016
## [0.7.1](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.7.0...redisctl-v0.7.1) - 2025-12-09
1117

1218
### 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.1"
3+
version = "0.7.2"
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.3", path = "../redis-cloud", features = ["tower-integration"] }
22+
redis-cloud = { version = "0.7.4", 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)