Skip to content

Commit c54c327

Browse files
Merge pull request #383 from joshrotenberg/release-plz-2025-10-07T14-29-44Z
chore: release
2 parents 59f5531 + e560d28 commit c54c327

File tree

8 files changed

+51
-1007
lines changed

8 files changed

+51
-1007
lines changed

CLAUDE.md

Lines changed: 0 additions & 999 deletions
This file was deleted.

Cargo.lock

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

88
## [Unreleased]
99

10+
## [0.7.0](https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.6.2...redis-cloud-v0.7.0) - 2025-10-07
11+
12+
### Added
13+
14+
- *(redis-cloud)* medium priority API coverage improvements
15+
- *(redis-cloud)* high priority API coverage improvements
16+
- *(redis-cloud)* expand additional response types with list fields
17+
- *(redis-cloud)* expose all known API fields as first-class struct members
18+
19+
### Fixed
20+
21+
- add OpenAPI spec fixture for CI
22+
23+
### Other
24+
25+
- add support package optimization and upload documentation
26+
- add Homebrew installation instructions
27+
1028
## [0.6.1](https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.6.0...redis-cloud-v0.6.1) - 2025-09-16
1129

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

crates/redis-enterprise/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.6.3](https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.2...redis-enterprise-v0.6.3) - 2025-10-07
11+
12+
### Other
13+
14+
- add support package optimization and upload documentation
15+
- add Homebrew installation instructions
16+
1017
## [0.6.1](https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.0...redis-enterprise-v0.6.1) - 2025-09-16
1118

1219
### Added

crates/redis-enterprise/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-enterprise"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/redisctl/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.3](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.2...redisctl-v0.6.3) - 2025-10-07
11+
12+
### Added
13+
14+
- add comprehensive Files.com API key management with secure storage
15+
- add support package upload feature with files-sdk 0.3.1
16+
- add support package optimization
17+
18+
### Fixed
19+
20+
- *(secure-storage)* enable platform-native keyring backends
21+
22+
### Other
23+
24+
- add support package optimization and upload documentation
25+
- Merge pull request #371 from joshrotenberg/feat/homebrew-auto-update
26+
- add Homebrew installation instructions
27+
1028
## [0.6.1](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.6.0...redisctl-v0.6.1) - 2025-09-16
1129

1230
### Fixed

crates/redisctl/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisctl"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -18,8 +18,8 @@ path = "src/main.rs"
1818

1919

2020
[dependencies]
21-
redis-cloud = { version = "0.6.2", path = "../redis-cloud" }
22-
redis-enterprise = { version = "0.6.2", path = "../redis-enterprise" }
21+
redis-cloud = { version = "0.7.0", path = "../redis-cloud" }
22+
redis-enterprise = { version = "0.6.3", path = "../redis-enterprise" }
2323
files-sdk = { workspace = true, optional = true }
2424

2525
# CLI dependencies

0 commit comments

Comments
 (0)