Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [0.5.1] - 2025-09-16

### Bug Fixes

- Add workflow_dispatch trigger to crates publish workflow (#313)
- Init-cluster workflow authentication and docker-compose setup (#314)
- **enterprise**: Fix deserialization errors in cluster, user, and license structs (#327)
- **enterprise**: Use correct endpoint for services list command (#328)
- **enterprise**: Improve mock tests with realistic API responses

## [0.2.1] - 2025-09-08

### 📚 Documentation
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ default-members = [
]

[workspace.package]
version = "0.4.0"
version = "0.5.1"
edition = "2024"
rust-version = "1.89"
authors = ["Josh Rotenberg <joshrotenberg@gmail.com>"]
Expand Down
Loading