@@ -7,11 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.5] - 2025-12-19
11+
1012### Added
11- - Authentication and principal extraction support
12- - Example configurations for various deployment scenarios
13+ - CHANGELOG.md following Keep a Changelog format
14+ - CLAUDE.md AI/contributor guidance document
15+ - Core library README for crates.io publishing
16+ - crates.io publishing in release workflow
17+ - Scoop publishing for Windows package manager
18+ - Comprehensive Installation section in README (Homebrew, Shell, PowerShell, Scoop, Docker)
19+ - "Try It Yourself" section with example configurations
20+ - Comparison table with Kroxylicious, Conduktor Gateway, and kafka-proxy
21+ - Documentation table linking to all guides
22+
23+ ### Changed
24+ - Updated comparison table to accurately reflect Conduktor's Concentrated Topics feature
25+ - License badge updated to Apache-2.0
1326
1427### Fixed
28+ - E2E test target name in workflow (e2e → e2e_tests)
29+ - Benchmark command in workflow (added --bench partition_remapping flag)
1530- CI test failures for formatting and clippy lints
1631
1732## [ 0.5.4] - 2025-12-10
@@ -68,7 +83,8 @@ Initial public release.
6883- Docker support with multi-stage builds
6984- Comprehensive documentation
7085
71- [ Unreleased ] : https://github.com/osodevops/kafka-partition-remapper/compare/v0.5.4...HEAD
86+ [ Unreleased ] : https://github.com/osodevops/kafka-partition-remapper/compare/v0.5.5...HEAD
87+ [ 0.5.5 ] : https://github.com/osodevops/kafka-partition-remapper/compare/v0.5.4...v0.5.5
7288[ 0.5.4 ] : https://github.com/osodevops/kafka-partition-remapper/compare/v0.5.3...v0.5.4
7389[ 0.5.3 ] : https://github.com/osodevops/kafka-partition-remapper/compare/v0.5.2...v0.5.3
7490[ 0.5.2 ] : https://github.com/osodevops/kafka-partition-remapper/compare/v0.5.1...v0.5.2
0 commit comments