Skip to content

Commit 3c27116

Browse files
sionsmithclaude
andcommitted
chore: bump version to 0.5.5
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 64a4f4d commit 3c27116

File tree

3 files changed

+54
-29
lines changed

3 files changed

+54
-29
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/kafka-remapper-core", "crates/kafka-remapper-cli"]
44

55
[workspace.package]
6-
version = "0.5.4"
6+
version = "0.5.5"
77
edition = "2021"
88
rust-version = "1.83"
99
license = "Apache-2.0"

0 commit comments

Comments
 (0)