- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
- Code refactoring (no functional changes)
- Performance improvement
- CI/CD or build process change
Fixes # Relates to #
- OS:
- Rust Version:
- My code follows the project's coding conventions
- I have run
cargo build --releaseand verified no errors or warnings - I have run
cargo clippyand addressed any lints - I have tested my changes locally
- I have updated documentation if needed
- My changes generate no new warnings or errors
- I have followed conventional commit format in my commit messages
# Paste relevant output here