Skip to content

Releases: jidicula/clang-format-action

v4.6.1

17 Feb 16:02
v4.6.1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.6.0...v4.6.1

v4.6.0

12 Feb 15:59
v4.6.0
679c68d
Compare
Choose a tag to compare

Adds support for clang-format-14!

What's Changed

  • ci(shfmt): Update shfmt by @jidicula in #81
  • chore: Add workflow to remove untagged images by @jidicula in #85
  • build: bump docker/build-push-action from 2.8.0 to 2.9.0 by @dependabot in #86

Full Changelog: v4.5.0...v4.6.0

v4.5.0

15 Jan 04:41
v4.5.0
Compare
Choose a tag to compare

Announcements

  • This is a massive release that perturbs no functionality! This Action now supports clang-format versions 3 through 13. Thank you to @Krzmbrzl for the feature request! #33, #63
  • The backport branch 3.5 is no longer needed and will be deleted in this release. Anyone using v3.5.* releases can safely upgrade to v4.5.0 without any issues.
  • This repo now has a container registry for Ubuntu containers with clang-format as an entrypoint. You can access those images here. I'll only keep 1 image for each major version of clang-format, and I'll continue adding to it as the LLVM project ships stable major releases.

What's Changed

  • feat(clang-format): Add workflow for Docker image build and push by @jidicula in #70
  • feat(clang-format-docker): Add ENTRYPOINT for clang-format in img by @jidicula in #71
  • fix(clang-format-docker): Fix path to binary by @jidicula in #72
  • fix(clang-format-docker): Use root path by @jidicula in #73
  • fix(clang-format-docker): Use bullseye-slim by @jidicula in #74
  • fix(Docker): Remove args from Dockerfile by @jidicula in #76
  • fix(clang-format-docker): Include binary directory in Docker image by @jidicula in #77
  • feat(clang-format docker): Use Ubuntu as base image by @jidicula in #78
  • Refactor from Dockerfile Action to composite Action by @jidicula in #75

Full Changelog: v4.4.1...v4.5.0

v4.4.1

28 Dec 16:59
v4.4.1
aecc190
Compare
Choose a tag to compare

What's Changed

  • build: bump debian from unstable-20211115-slim to unstable-20211201-slim by @dependabot in #61
  • build: bump debian from unstable-20211201-slim to unstable-20211220-slim by @dependabot in #65
  • Attempt to fix internal git files being detected by find by @jotoho in #67

New Contributors

  • @jotoho made their first contribution in #67 🎉

Full Changelog: v4.4.0...v4.4.1

v3.5.2

28 Dec 16:58
v3.5.2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.1...v3.5.2

v3.5.1

23 Dec 20:05
v3.5.1
Compare
Choose a tag to compare

Announcements

  • Adds support for clang-format versions 6, 7, and 8 in the 3.5 branch

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.5.1

v4.4.0 Protobuf support

28 Nov 16:38
Compare
Choose a tag to compare

Announcements

  • This Action now supports Protobuf format checking! Big thank you to @madninja for the feature and @glebm for feedback!

What's Changed

  • build: bump debian from unstable-20211011-slim to unstable-20211115-slim by @dependabot in #60
  • Add support for proto/pb files by @madninja in #56

New Contributors

Full Changelog: v4.3.1...v4.4.0

v4.3.1

07 Nov 16:09
v4.3.1
4604c5d
Compare
Choose a tag to compare

Announcements

  • Refactors test script

Changes

v4.3.0

07 Nov 15:39
v4.3.0
85428c2
Compare
Choose a tag to compare

Announcements

  • Adds support for Arduino files (#59)
  • Simplifies the regex

Changes

v3.5.0

07 Nov 16:05
v3.5.0
c977af4
Compare
Choose a tag to compare

Announcements

  • Adds support for Arduino files (#59)
  • Refactors the regex to simplify it

Changes