What's Changed
- Refactored formatting engine — Cleaned up core formatting with better structure and comprehensive unit tests
- Fixed multiline flag duplication — RUN instruction flags (e.g.
--mount) are no longer duplicated when formatting line breaks (#42) - Version tagging — Docker images and Go binaries are now tagged with the release version (#47)
- Version set via ldflags — Version is now set at build time instead of being hardcoded
- Improved CLI help — Documents stdin input processing in the command help message (#43)