Skip to content

Commit a27eb7e

Browse files
chore: prepare for v0.5.1 release (#330)
- Update version to 0.5.1 in workspace Cargo.toml - Add changelog entry for 0.5.1 release - Bug fixes for Redis Enterprise API compatibility
1 parent aaa65d2 commit a27eb7e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.1] - 2025-09-16
6+
7+
### Bug Fixes
8+
9+
- Add workflow_dispatch trigger to crates publish workflow (#313)
10+
- Init-cluster workflow authentication and docker-compose setup (#314)
11+
- **enterprise**: Fix deserialization errors in cluster, user, and license structs (#327)
12+
- **enterprise**: Use correct endpoint for services list command (#328)
13+
- **enterprise**: Improve mock tests with realistic API responses
14+
515
## [0.2.1] - 2025-09-08
616

717
### 📚 Documentation

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default-members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.4.0"
15+
version = "0.5.1"
1616
edition = "2024"
1717
rust-version = "1.89"
1818
authors = ["Josh Rotenberg <[email protected]>"]

0 commit comments

Comments
 (0)