File tree Expand file tree Collapse file tree 7 files changed +26
-8
lines changed
Expand file tree Collapse file tree 7 files changed +26
-8
lines changed Original file line number Diff line number Diff 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.1] ( https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.7.0...redis-cloud-v0.7.1 ) - 2025-10-14
11+
12+ ### Other
13+
14+ - implement fixture-based validation for Enterprise API ([ #352 ] ( https://github.com/joshrotenberg/redisctl/pull/352 ) ) ([ #398 ] ( https://github.com/joshrotenberg/redisctl/pull/398 ) )
15+
1016## [ 0.7.0] ( https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.6.2...redis-cloud-v0.7.0 ) - 2025-10-07
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-cloud"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff 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.6.4] ( https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.3...redis-enterprise-v0.6.4 ) - 2025-10-14
11+
12+ ### Other
13+
14+ - implement fixture-based validation for Enterprise API ([ #352 ] ( https://github.com/joshrotenberg/redisctl/pull/352 ) ) ([ #398 ] ( https://github.com/joshrotenberg/redisctl/pull/398 ) )
15+
1016## [ 0.6.3] ( https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.2...redis-enterprise-v0.6.3 ) - 2025-10-07
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-enterprise"
3- version = " 0.6.3 "
3+ version = " 0.6.4 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff 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.6.6] ( https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.5...redisctl-v0.6.6 ) - 2025-10-14
11+
12+ ### Other
13+
14+ - updated the following local packages: redis-cloud, redis-enterprise
15+
1016## [ 0.6.5] ( https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.4...redisctl-v0.6.5 ) - 2025-10-07
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " redisctl"
3- version = " 0.6.5 "
3+ version = " 0.6.6 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
@@ -18,8 +18,8 @@ path = "src/main.rs"
1818
1919
2020[dependencies ]
21- redis-cloud = { version = " 0.7.0 " , path = " ../redis-cloud" }
22- redis-enterprise = { version = " 0.6.3 " , path = " ../redis-enterprise" }
21+ redis-cloud = { version = " 0.7.1 " , path = " ../redis-cloud" }
22+ redis-enterprise = { version = " 0.6.4 " , path = " ../redis-enterprise" }
2323files-sdk = { workspace = true , optional = true }
2424
2525# CLI dependencies
You can’t perform that action at this time.
0 commit comments