Releases: neg-c/cmake-format-action
Releases · neg-c/cmake-format-action
v0.1.3
What's Changed
- Improve diff output readability by @neg-c in #7
- Make formatting requirements more visible with clear headers
- Improve color scheme for better readability in CI
- Add better spacing and organization in diff output
- Force color output in CI environment
- Make file paths and changes more distinguishable
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Improve code organization and maintainability by @neg-c in #5
- Add dedicated exceptions module for better error handling
- Improve cmake-format core functionality and organization
- Add type hints and docstrings throughout the codebase
- Enhance file operations with better path handling
- Improve terminal output and color handling
- Reorganize argument parser for better clarity
- Split main function into focused components
Testing
All existing functionality remains unchanged and has been tested with:
- Direct file formatting
- Directory scanning
- Exclude patterns
- Various command line options
- Color output handling
- Error scenarios
Breaking Changes
None. All changes are internal refactoring that maintain existing behavior and compatibility.
Full Changelog: v0.1...v0.1.2
v0.1.1
What's Changed
- Fix runnning error and use python3.9 version docker by @Wing-summer in #3
New Contributors
- @Wing-summer made their first contribution in #3
Full Changelog: v0.1...v0.1.1