Skip to content

Releases: neg-c/cmake-format-action

v0.1.3

01 Dec 21:31
ba83660
Compare
Choose a tag to compare

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

01 Dec 21:24
fbd15dc
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

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

15 Sep 14:35
845f681
Compare
Choose a tag to compare

What's Changed

  • Fix runnning error and use python3.9 version docker by @Wing-summer in #3

New Contributors

Full Changelog: v0.1...v0.1.1

v0.1

14 Oct 21:43
e07a16b
Compare
Choose a tag to compare

What's Changed

  • V0.1 by @neg-c in #1
  • Fully intraged Github Action with the python script to check cmake formatting by @neg-c in #2

New Contributors

  • @neg-c made their first contribution in #1

Full Changelog: https://github.com/neg-c/cmake-format-action/commits/v0.1