Releases: jidicula/clang-format-action
Releases · jidicula/clang-format-action
v4.13.0
What's Changed
- fix(ci): Add correct workflow perms for package publishing by @jidicula in #191
- docs: Various README and doc fixes by @jidicula in #193
- ci(go): Upgrade to Go 1.22 by @jidicula in #194
- feat(check): Expose the full clang-format version by @jidicula in #195
- ci(ubuntu): Add support for ubuntu-24.04 runners by @jidicula in #197
Full Changelog: v4.12.0...v4.13.0
v4.12.0
What's Changed
Big change is adding clang-format-17
and clang-format-18
! Here's the full changelog (mostly dependabot updates):
- fix: Drop support for Ubuntu 18.04 runners by @jidicula in #149
- build: bump docker/metadata-action from 4.3.0 to 4.4.0 by @dependabot in #148
- build: bump docker/login-action from 2.1.0 to 2.2.0 by @dependabot in #152
- build: bump docker/build-push-action from 4.0.0 to 4.1.0 by @dependabot in #150
- build: bump docker/metadata-action from 4.4.0 to 4.5.0 by @dependabot in #151
- build: bump docker/build-push-action from 4.1.0 to 4.1.1 by @dependabot in #154
- build: bump docker/metadata-action from 4.5.0 to 4.6.0 by @dependabot in #153
- ci(tests): Add E2E test that self-references this action by @jidicula in #155
- build: bump actions/checkout from 3 to 4 by @dependabot in #158
- build: bump docker/build-push-action from 4.1.1 to 4.2.1 by @dependabot in #157
- build: bump docker/metadata-action from 4.6.0 to 5.0.0 by @dependabot in #161
- build: bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in #159
- build: bump docker/build-push-action from 4.2.1 to 5.0.0 by @dependabot in #160
- feat: Add clang-format-17 to package registry by @Xav83 in #164
- Add support for clang-format-17 by @Xav83 in #163
- refactor: Switch Ubuntu version to mantic by @Ajeets6 in #166
- Revert "refactor: Switch Ubuntu version to mantic" by @jidicula in #167
- build: bump docker/build-push-action from 5.0.0 to 5.1.0 by @dependabot in #169
- build: bump docker/metadata-action from 5.0.0 to 5.2.0 by @dependabot in #170
- build: bump docker/metadata-action from 5.2.0 to 5.3.0 by @dependabot in #172
- build: bump docker/metadata-action from 5.3.0 to 5.4.0 by @dependabot in #173
- build: bump actions/setup-go from 4 to 5 by @dependabot in #171
- ci: Upgrade to Go 1.21 for ghcr-cleaner by @jidicula in #175
- feat(docker): Add check script to Dockerfile by @jidicula in #176
- build: bump docker/metadata-action from 5.4.0 to 5.5.0 by @dependabot in #177
- build: bump docker/metadata-action from 5.5.0 to 5.5.1 by @dependabot in #178
- build: bump docker/build-push-action from 5.1.0 to 5.2.0 by @dependabot in #181
- build: bump softprops/action-gh-release from 1 to 2 by @dependabot in #180
- build(docker): Add clang-format-18 image by @jidicula in #182
- feat: Add clang-format-18 support by @jidicula in #183
- test: Add load testing files by @jidicula in #184
- refactor: Docker run args by @jidicula in #185
- build: bump docker/build-push-action from 5.2.0 to 5.3.0 by @dependabot in #187
- build: bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in #186
New Contributors
Full Changelog: v4.11.0...v4.12.0
v4.11.0
What's Changed
- Use
github.server_url
property by @jidicula in #141 - build: bump actions/setup-go from 3 to 4 by @dependabot in #142
- feat: Add clang-format-16 to package registry by @jidicula in #143
- feat: Add support for clang-format-16 by @jidicula in #144
- docs: Add explanatory comment for organization of test CI by @jidicula in #145
Full Changelog: v4.10.2...v4.11.0
v4.10.2
What's Changed
Features and bugfixes
- Handles folders with spaces by @colinsullivan in #131
- fix: Explicitly use major version by @jidicula in #135
Dependency updates
- build: bump docker/metadata-action from 4.1.1 to 4.3.0 by @dependabot in #129
- build: bump docker/build-push-action from 3.2.0 to 3.3.0 by @dependabot in #128
- build: bump docker/build-push-action from 3.3.0 to 4.0.0 by @dependabot in #133
- build: bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0 by @dependabot in #132
New Contributors
- @colinsullivan made their first contribution in #131
Full Changelog: v4.10.1...v4.10.2
v4.10.1
Fixes
- Incorrect quoting in
action.yml
definition. Thanks @scosman for reporting this issue!
Full Changelog: v4.10.0...v4.10.1
v4.10.0
News
- ✨ New feature ✨ to override the filetype regex! Now you can run clang-format on whatever filetype you want using the
include-regex
input! Thanks @Krzmbrzl for requesting this!
What's Changed
- Update to checkout V3 by @softwaregravy in #117
- build: bump docker/build-push-action from 3.1.1 to 3.2.0 by @dependabot in #121
- build: bump docker/login-action from 2.0.0 to 2.1.0 by @dependabot in #119
- build: bump docker/metadata-action from 4.0.1 to 4.1.0 by @dependabot in #120
- build: bump docker/metadata-action from 4.1.0 to 4.1.1 by @dependabot in #122
- Add support for formatting
.cu
CUDA source files by @bcaddy in #123 - feat(inputs): Add custom file regex Action input by @jidicula in #125
New Contributors
- @softwaregravy made their first contribution in #117
- @bcaddy made their first contribution in #123
Full Changelog: v4.9.0...v4.10.0
v4.9.0
What's Changed
- build: bump docker/build-push-action from 3.1.0 to 3.1.1 by @dependabot in #108
- CI fixes Aug 2022 by @jidicula in #109
- Automatically remove the container when it exits by @RolandXu-Intel in #111
- feat(version): Add clang-format-15 by @jidicula in #113
- feat(version): Add clang-format-15 to Action by @jidicula in #114
New Contributors
- @RolandXu-Intel made their first contribution in #111
Full Changelog: v4.8.0...v4.9.0
v4.8.0
What's Changed
Full Changelog: v4.7.0...v4.8.0
v4.7.0
What's Changed
- build: bump docker/build-push-action from 2.9.0 to 2.10.0 by @dependabot in #93
- build: bump docker/metadata-action from 3.6.2 to 3.7.0 by @dependabot in #95
- build: bump actions/setup-go from 2 to 3 by @dependabot in #94
- build: bump docker/metadata-action from 3.7.0 to 3.8.0 by @dependabot in #96
- build: bump docker/login-action from 1.14.1 to 2.0.0 by @dependabot in #99
- build: bump docker/build-push-action from 2.10.0 to 3.0.0 by @dependabot in #97
- build: bump docker/metadata-action from 3.8.0 to 4.0.1 by @dependabot in #98
- Update example to use latest version by @Krzmbrzl in #100
- build: bump docker/build-push-action from 3.0.0 to 3.1.0 by @dependabot in #103
- feat(ubuntu): Retire impish images by @jidicula in #104
- Write output to workflow job summary by @jidicula in #105
Full Changelog: v4.6.2...v4.7.0
v4.6.2
What's Changed
- build: bump docker/login-action from 1.12.0 to 1.13.0 by @dependabot in #89
- ci(image): Run untagged image cleanup after image publish by @jidicula in #90
- build: bump docker/login-action from 1.13.0 to 1.14.1 by @dependabot in #92
- build: bump actions/checkout from 2 to 3 by @dependabot in #91
Full Changelog: v4.6.1...v4.6.2