Skip to content

Releases: jidicula/clang-format-action

v2.0.2

27 Dec 00:54
dfed7d5
Compare
Choose a tag to compare

Changes

  • Update badges in README

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).

v2.0.1

27 Dec 00:53
66b2301
Compare
Choose a tag to compare

Changes

  • Update badges in README

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).

v2.0.0

26 Dec 22:12
Compare
Choose a tag to compare

Changes

  • Adds support for C++ files (thanks @bartekpacia for suggesting this!)
  • Checks more extensions for both C and C++ source and header files

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).

v1.1.2

24 Dec 02:25
fa06d6c
Compare
Choose a tag to compare

Minor changes in documentation

Package install in Docker build

23 May 19:02
9f0b6e1
Compare
Choose a tag to compare
Merge pull request #8 from jidicula/dev

Issue 6

clang-format 10.0.0

20 May 00:32
a233fd7
Compare
Choose a tag to compare

Uses the Ubuntu Latest LTS image and clang-format 10.0.0.

Initial version bugfix

11 May 19:19
a573284
Compare
Choose a tag to compare

Fixes a bug where the workflow would only fail if the last file scanned was incorrectly formatted.

Initial Release

27 Mar 17:34
c205d4c
Compare
Choose a tag to compare

Uses the LLVM format as default