Skip to content

Commit d10678d

Browse files
chore: release (#503)
1 parent c2578c3 commit d10678d

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7.1](https://github.com/redis-developer/redisctl/compare/redis-enterprise-v0.7.0...redis-enterprise-v0.7.1) - 2025-12-16
11+
12+
### Other
13+
14+
- switch to GHCR for Docker images ([#500](https://github.com/redis-developer/redisctl/pull/500))
15+
- update repository URLs for redis-developer org ([#499](https://github.com/redis-developer/redisctl/pull/499))
16+
1017
## [0.7.0](https://github.com/joshrotenberg/redisctl/compare/redis-enterprise-v0.6.4...redis-enterprise-v0.7.0) - 2025-12-09
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.7.0"
3+
version = "0.7.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/redisctl-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.2.1](https://github.com/redis-developer/redisctl/compare/redisctl-config-v0.2.0...redisctl-config-v0.2.1) - 2025-12-16
11+
12+
### Other
13+
14+
- update repository URLs for redis-developer org ([#499](https://github.com/redis-developer/redisctl/pull/499))
15+
1016
## [0.2.0](https://github.com/joshrotenberg/redisctl/compare/redisctl-config-v0.1.1...redisctl-config-v0.2.0) - 2025-12-09
1117

1218
### Added

crates/redisctl-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redisctl-config"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
authors = ["Josh Rotenberg <[email protected]>"]
66
license = "MIT OR Apache-2.0"

crates/redisctl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ path = "src/main.rs"
1818

1919

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

2626
# CLI dependencies

0 commit comments

Comments
 (0)