File tree Expand file tree Collapse file tree 7 files changed +46
-17
lines changed
Expand file tree Collapse file tree 7 files changed +46
-17
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33All notable changes to this project will be documented in this file.
4- <!-- generated by git-cliff -->
5- <!-- generated by git-cliff -->
6- <!-- generated by git-cliff -->
7- <!-- generated by git-cliff -->
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.6.1] ( https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.6.0...redis-cloud-v0.6.1 ) - 2025-09-16
11+
12+ ### Added
13+
14+ - add serde_path_to_error for better deserialization error messages ([ #349 ] ( https://github.com/joshrotenberg/redisctl/pull/349 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-cloud"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 11# Changelog
22
33All notable changes to this project will be documented in this file.
4- <!-- generated by git-cliff -->
5- <!-- generated by git-cliff -->
6- <!-- generated by git-cliff -->
7- <!-- generated by git-cliff -->
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.6.1] ( https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.0...redis-enterprise-v0.6.1 ) - 2025-09-16
11+
12+ ### Added
13+
14+ - add serde_path_to_error for better deserialization error messages ([ #349 ] ( https://github.com/joshrotenberg/redisctl/pull/349 ) )
15+
16+ ### Fixed
17+
18+ - * (redis-enterprise)* correct max_aof_file_size type from String to u64 ([ #351 ] ( https://github.com/joshrotenberg/redisctl/pull/351 ) )
19+ - * (redis-enterprise)* correct master_persistence type from String to bool ([ #348 ] ( https://github.com/joshrotenberg/redisctl/pull/348 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " redis-enterprise"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
Original file line number Diff line number Diff line change 11# Changelog
22
33All notable changes to this project will be documented in this file.
4- <!-- generated by git-cliff -->
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.6.1] ( https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.0...redisctl-v0.6.1 ) - 2025-09-16
11+
12+ ### Fixed
13+
14+ - improve profile resolution for explicit cloud/enterprise commands ([ #353 ] ( https://github.com/joshrotenberg/redisctl/pull/353 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " redisctl"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
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.6.0 " , path = " ../redis-cloud" }
22- redis-enterprise = { version = " 0.6.0 " , path = " ../redis-enterprise" }
21+ redis-cloud = { version = " 0.6.1 " , path = " ../redis-cloud" }
22+ redis-enterprise = { version = " 0.6.1 " , path = " ../redis-enterprise" }
2323
2424# CLI dependencies
2525clap = { workspace = true }
You can’t perform that action at this time.
0 commit comments