Skip to content

Releases: jidicula/clang-format-action

v4.2.0

08 Oct 12:52
v4.2.0
e2cdb64
Compare
Choose a tag to compare

Announcements

  • Fixes an issue with container builds – we're now using Debian Sid as our base image (#52). Thanks @MCWertGaming!
  • Adds testing! Moves over test files I had set up in another repo and runs the Docker container against them (#53). Another big thanks to @MCWertGaming!

Changes

v4.1.1

05 Oct 16:14
v4.1.1
Compare
Choose a tag to compare

Announcements

  • Fixes an issue where apt installation would fail for any version of the action (#48). Thanks @mjip for the speedy fix!

Changes

v4.1.0

02 Oct 17:09
v4.1.0
18f86c2
Compare
Choose a tag to compare

Announcements

  • Adds support for clang-format-13, as well as any version in Ubuntu Impish – see the README for details (#47). Thanks @mjip!

Changes

v4.0.0

11 Sep 22:28
v4.0.0
Compare
Choose a tag to compare

Announcements

  • Adds support for clang-format-12 🎉 ! Thanks to @bensuperpc for updating the Dockerfile!
  • Sets 11 as default clang-format version
  • Drops support for clang-format-10 and clang-format-8 – to check formatting with either of these versions, use v3.4.0 of this Action. I'll keep backporting any fixes to the 3.4 branch as long as I can.

Changes

v3.4.0

14 May 23:59
v3.4.0
9de2c17
Compare
Choose a tag to compare

Announcements

  • Echos filename if a nonzero exit code is returned by clang-format to help with debugging (#40)

Changes

v3.3.0

10 Apr 00:51
v3.3.0
Compare
Choose a tag to compare

Announcements

  • New feature allowing exclusion of directories! Huge thank you to @micahsnyder for this work 🎉. You can read how to use it here.
  • Bunch of CI updates
  • Addition of a Funding button - if you use this Action for improving your code quality and want to help support its continued development, throw a few bucks my way!

Changes

Release v3.2.0

27 Feb 17:59
v3.2.0
5535b54
Compare
Choose a tag to compare

Announcements

  • ✨ New feature: Users of this action can now add a fallback style if no .clang-format file is present in the repository! This feature leverages clang-format's builtin --fallback-style flag.
  • 🤝 Community: This project now follows the Contributor Covenant. See CODE_OF_CONDUCT.md for details.

Changes

Release v3.1.0

18 Jan 00:13
v3.1.0
1969a9f
Compare
Choose a tag to compare

Announcements

  • The main change in this release is a new input to specify the clang-format-version! Thanks to @bartekpacia for suggesting this 🚀
  • Other changes don't affect the functionality of the Action, but improve upon the development workflow.

Changes

v3.0.0

11 Jan 02:07
Compare
Choose a tag to compare

Changes

  • Allow user to specify directory to check for C/C++ formatting using the inputs directive in their workflows. Thanks to @philberty for submitting the ticket!

Announcements

  • Reminder that I will be deleting the master branch on January 16. Please update your Actions workflows to point to dev, main, or a particular release tag (at least v2.0.0 recommended for maximum C/C++ support).

v2.0.3

27 Dec 01:16
daba5ee
Compare
Choose a tag to compare

Changes

  • Refactor CI scripts for shell scripts

Announcements

  • I will be deleting the master branch on January 16. Please update your Actions workflows to point to dev, main, or a particular release tag (at least v2.0.0 recommended for maximum C/C++ support).