Skip to content

Conversation

@joshrotenberg
Copy link
Collaborator

Release v0.5.0

This PR bumps the version to v0.5.0 for release.

What's Changed

New Features

Improvements

Coverage

  • Enterprise API coverage increased to 74% (29 handlers implemented)
  • All new commands include comprehensive integration tests with wiremock

Breaking Changes

None

Release Process

After merging this PR:

  1. Checkout main and pull latest
  2. Create and push tag: git tag v0.5.0 && git push origin v0.5.0
  3. Automated workflows will:
    • Build binaries for all platforms (cargo-dist)
    • Create GitHub Release with artifacts
    • Publish Docker images to Docker Hub
    • Publish crates to crates.io

Full Changelog

v0.4.1...v0.5.0

## What's Changed

### New Features
- feat(enterprise): add comprehensive alerts management commands (#307)
- feat(enterprise): add license management commands (#308)
- feat(enterprise): implement bootstrap commands for cluster initialization (#309)
- feat(enterprise): add debug info collection commands (#309)
- feat(enterprise): implement LDAP integration commands (#309)
- feat(enterprise): add OCSP certificate validation commands (#309)
- feat(enterprise): implement service management commands (#309)

### Improvements
- chore: simplify crates.io publishing workflow and remove manual release scripts (#310)
- docs: add comprehensive documentation for all new enterprise commands (#310)
- chore: update CLAUDE.md with documentation requirements for new features (#310)

### Coverage
- Enterprise API coverage increased to 74% (29 handlers implemented)
- All new commands include comprehensive integration tests with wiremock

### Breaking Changes
None

### Full Changelog
v0.4.1...v0.5.0
@joshrotenberg joshrotenberg merged commit 21cee12 into main Sep 15, 2025
18 checks passed
@joshrotenberg joshrotenberg deleted the release/v0.5.0 branch September 15, 2025 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants