File tree Expand file tree Collapse file tree 7 files changed +34
-8
lines changed
Expand file tree Collapse file tree 7 files changed +34
-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.2] ( https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.7.1...redis-cloud-v0.7.2 ) - 2025-10-30
11+
12+ ### Fixed
13+
14+ - * (release)* improve Homebrew formula auto-update ([ #433 ] ( https://github.com/joshrotenberg/redisctl/pull/433 ) )
15+
1016## [ 0.7.1] ( https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.7.0...redis-cloud-v0.7.1 ) - 2025-10-29
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-cloud"
3- version = " 0.7.1 "
3+ version = " 0.7.2 "
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.5] ( https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.4...redis-enterprise-v0.6.5 ) - 2025-10-30
11+
12+ ### Fixed
13+
14+ - * (release)* improve Homebrew formula auto-update ([ #433 ] ( https://github.com/joshrotenberg/redisctl/pull/433 ) )
15+
1016## [ 0.6.4] ( https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.3...redis-enterprise-v0.6.4 ) - 2025-10-29
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-enterprise"
3- version = " 0.6.4 "
3+ version = " 0.6.5 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.7] ( https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.6...redisctl-v0.6.7 ) - 2025-10-30
11+
12+ ### Added
13+
14+ - make --config-file take precedence over environment variables ([ #438 ] ( https://github.com/joshrotenberg/redisctl/pull/438 ) )
15+
16+ ### Fixed
17+
18+ - * (release)* improve Homebrew formula auto-update ([ #433 ] ( https://github.com/joshrotenberg/redisctl/pull/433 ) )
19+
20+ ### Other
21+
22+ - add comprehensive CLI tests with assert_cmd ([ #435 ] ( https://github.com/joshrotenberg/redisctl/pull/435 ) )
23+
1024## [ 0.6.6] ( https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.5...redisctl-v0.6.6 ) - 2025-10-29
1125
1226### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " redisctl"
3- version = " 0.6.6 "
3+ version = " 0.6.7 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
@@ -19,8 +19,8 @@ path = "src/main.rs"
1919
2020[dependencies ]
2121redisctl-config = { version = " 0.1.1" , path = " ../redisctl-config" }
22- redis-cloud = { version = " 0.7.1 " , path = " ../redis-cloud" }
23- redis-enterprise = { version = " 0.6.4 " , path = " ../redis-enterprise" }
22+ redis-cloud = { version = " 0.7.2 " , path = " ../redis-cloud" }
23+ redis-enterprise = { version = " 0.6.5 " , path = " ../redis-enterprise" }
2424files-sdk = { workspace = true , optional = true }
2525
2626# CLI dependencies
You can’t perform that action at this time.
0 commit comments