Skip to content

Releases: jidicula/clang-format-action

v4.13.0

22 May 18:56
v4.13.0
c743836
Compare
Choose a tag to compare

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

18 May 00:42
v4.12.0
37026c9
Compare
Choose a tag to compare

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

18 Mar 20:30
v4.11.0
f62da5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.10.2...v4.11.0

v4.10.2

04 Feb 15:32
v4.10.2
81356ae
Compare
Choose a tag to compare

What's Changed

Features and bugfixes

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

Full Changelog: v4.10.1...v4.10.2

v4.10.1

28 Dec 16:23
v4.10.1
e25647e
Compare
Choose a tag to compare

Fixes

Full Changelog: v4.10.0...v4.10.1

v4.10.0

27 Dec 20:23
v4.10.0
5080f39
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v4.9.0...v4.10.0

v4.9.0

11 Sep 18:20
v4.9.0
d9a1f8d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.8.0...v4.9.0

v4.8.0

28 Jul 01:28
v4.8.0
1ca6f22
Compare
Choose a tag to compare

What's Changed

  • ci(runner): Run tests on specific Ubuntu versions by @jidicula in #107

Full Changelog: v4.7.0...v4.8.0

v4.7.0

25 Jul 22:14
v4.7.0
24d8c5c
Compare
Choose a tag to compare

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

07 Mar 01:08
v4.6.2
Compare
Choose a tag to compare

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