Skip to content

Commit 8b1040a

Browse files
chore: release
1 parent a911615 commit 8b1040a

File tree

7 files changed

+45
-8
lines changed

7 files changed

+45
-8
lines changed

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

88
## [Unreleased]
99

10+
## [0.7.5](https://github.com/redis-developer/redisctl/compare/redis-cloud-v0.7.4...redis-cloud-v0.7.5) - 2025-12-17
11+
12+
### Fixed
13+
14+
- correct repository URLs broken by PR #500 ([#506](https://github.com/redis-developer/redisctl/pull/506))
15+
16+
### Other
17+
18+
- update documentation URLs to new hosting location ([#509](https://github.com/redis-developer/redisctl/pull/509))
19+
1020
## [0.7.4](https://github.com/joshrotenberg/redisctl/compare/redis-cloud-v0.7.3...redis-cloud-v0.7.4) - 2025-12-13
1121

1222
### Other

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

crates/redis-enterprise/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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/redis-developer/redisctl/compare/redis-enterprise-v0.7.1...redis-enterprise-v0.7.2) - 2025-12-17
11+
12+
### Fixed
13+
14+
- support JMESPath backtick string literals and improve module upload error ([#511](https://github.com/redis-developer/redisctl/pull/511))
15+
16+
### Other
17+
18+
- update documentation URLs to new hosting location ([#509](https://github.com/redis-developer/redisctl/pull/509))
19+
1020
## [0.7.1](https://github.com/redis-developer/redisctl/compare/redis-enterprise-v0.7.0...redis-enterprise-v0.7.1) - 2025-12-16
1121

1222
### Other

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

crates/redisctl/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.3](https://github.com/redis-developer/redisctl/compare/redisctl-v0.7.2...redisctl-v0.7.3) - 2025-12-17
11+
12+
### Added
13+
14+
- add module workflow tools (validate, inspect, package) ([#513](https://github.com/redis-developer/redisctl/pull/513))
15+
- add module name lookup for module get and database create ([#512](https://github.com/redis-developer/redisctl/pull/512))
16+
17+
### Fixed
18+
19+
- support JMESPath backtick string literals and improve module upload error ([#511](https://github.com/redis-developer/redisctl/pull/511))
20+
- correct repository URLs broken by PR #500 ([#506](https://github.com/redis-developer/redisctl/pull/506))
21+
22+
### Other
23+
24+
- update documentation URLs to new hosting location ([#509](https://github.com/redis-developer/redisctl/pull/509))
25+
- release ([#503](https://github.com/redis-developer/redisctl/pull/503))
26+
1027
## [0.7.2](https://github.com/joshrotenberg/redisctl/compare/redisctl-v0.7.1...redisctl-v0.7.2) - 2025-12-13
1128

1229
### Added

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.7.2"
3+
version = "0.7.3"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -19,8 +19,8 @@ path = "src/main.rs"
1919

2020
[dependencies]
2121
redisctl-config = { version = "0.2.1", path = "../redisctl-config" }
22-
redis-cloud = { version = "0.7.4", path = "../redis-cloud", features = ["tower-integration"] }
23-
redis-enterprise = { version = "0.7.1", path = "../redis-enterprise", features = ["tower-integration"] }
22+
redis-cloud = { version = "0.7.5", path = "../redis-cloud", features = ["tower-integration"] }
23+
redis-enterprise = { version = "0.7.2", path = "../redis-enterprise", features = ["tower-integration"] }
2424
files-sdk = { workspace = true, optional = true }
2525

2626
# CLI dependencies

0 commit comments

Comments
 (0)