Releases: jidicula/clang-format-action
Releases · jidicula/clang-format-action
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
v4.6.1
What's Changed
- Fix: Quote arguments to check.sh by @jasonwhite in #88
New Contributors
- @jasonwhite made their first contribution in #88
Full Changelog: v4.6.0...v4.6.1
v4.6.0
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
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 usingv3.5.*
releases can safely upgrade tov4.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 ofclang-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
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
Full Changelog: v4.4.0...v4.4.1
v3.5.2
v3.5.1
v4.4.0 Protobuf support
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
Announcements
- Refactors test script
Changes
- 4604c5d test: DRY up test script
- jidicula [email protected]
v4.3.0
Announcements
- Adds support for Arduino files (#59)
- Simplifies the regex
Changes
- 85428c2 docs(version): Bump to v4.3.0
- jidicula [email protected]
- 051a3fd test: DRY run arguments
- jidicula [email protected]
- 299be18 feat(apt): Silence apt output
- jidicula [email protected]
- 8f334ba docs(format_diff): Clarify clang-format invocation
- jidicula [email protected]
- fc74139 fix(regex): Fix regex capture
- jidicula [email protected]
- 6fd5959 feat(filetype): Add compatibility for Arduino filetypes
- jidicula [email protected]
- 38f8e51 build: bump actions/checkout from 2.3.5 to 2.4.0
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 322ddde docs: Add security policy
- Johanan Idicula [email protected]
- 4eaa3fa Update CONTRIBUTING.md
- Johanan Idicula [email protected]
- 2dfefc0 ci: Run dependabot on Saturdays
- Johanan Idicula [email protected]
- be1d1ea build: bump debian from unstable-20210927-slim to unstable-20211011-slim
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- a239c30 build: bump actions/checkout from 2.3.4 to 2.3.5
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 77bf8ec docs: Update version in README
- jidicula [email protected]