Releases: jidicula/clang-format-action
Releases · jidicula/clang-format-action
v3.5.0
Announcements
- Adds support for Arduino files (#59)
- Refactors the regex to simplify it
Changes
- c977af4 docs: Update version tag for accessing clang-format-10
- jidicula [email protected]
- 11f351b ci: Backport CI for v3
- jidicula [email protected]
- 862b6d4 chore: Use Ubuntu Groovy
- jidicula [email protected]
- 4604c5d test: DRY up test script
- jidicula [email protected]
v4.2.0
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
- e2cdb64 docs: Modify badge link
- jidicula [email protected]
- e4f8929 docs: Modify badge link
- jidicula [email protected]
- 3b4cac1 docs: Modify badge name
- jidicula [email protected]
- fe8ac3c refactor: Move test script to tests
- jidicula [email protected]
- dfda8d0 style: shfmt
- jidicula [email protected]
- c6bcc68 Update .ci/docker-run-test.sh
- jidicula [email protected]
- 431bf44 Update .ci/docker-run-test.sh
- jidicula [email protected]
- b860015 fixed docker container args and linting
- MCWertGaming [email protected]
- 4ccd97f fixed interactive mode still on
- MCWertGaming [email protected]
- 1b84316 fixed ci script permissions
- MCWertGaming [email protected]
- 1e8f965 fixed missing exit after failed build
- MCWertGaming [email protected]
- 6781e1f added files from the separate testing repo
- MCWertGaming [email protected]
- 0c505df fixed container name
- MCWertGaming [email protected]
- dda0f19 added container testing
- MCWertGaming [email protected]
- 7709c2a applyed requested changes of the default version
- Damon Leven [email protected]
- 2c6020b added docker to dependabot
- MCWertGaming [email protected]
- 65078ae Apply suggestions from code review
- Damon Leven [email protected]
- fc7478f switched to another base image
- MCWertGaming [email protected]
v4.1.1
Announcements
- Fixes an issue where
apt
installation would fail for any version of the action (#48). Thanks @mjip for the speedy fix!
Changes
- 0c7ffff fix: Put update, purge and install commands on same line
- mjip [email protected]
- 1600f92 fix: Purge package in Ubuntu Impish
- mjip [email protected]
v4.1.0
Announcements
- Adds support for clang-format-13, as well as any version in Ubuntu Impish – see the README for details (#47). Thanks @mjip!
Changes
- 18f86c2 feat: Release 4.1.0
- jidicula [email protected]
- 7222108 feat: support for clang-format-13 using ubuntu impish
- mjip [email protected]
- 38d975f docs(README): Update version tag in example
- jidicula [email protected]
v4.0.0
Announcements
- Adds support for
clang-format-12
🎉 ! Thanks to @bensuperpc for updating the Dockerfile! - Sets
11
as defaultclang-format
version - Drops support for
clang-format-10
andclang-format-8
– to check formatting with either of these versions, usev3.4.0
of this Action. I'll keep backporting any fixes to the3.4
branch as long as I can.
Changes
- b626837 docs: Add note about 12 being added and 10 being deprecated
- jidicula [email protected]
- 737de7d feat!: Update to Ubuntu hirsute
- Bensuperpc [email protected]
- 7f6b4bf Change triggering event from PR to pull_request
- BradSwain [email protected]
- 71fcf64 Update dependabot.yml
- jidicula [email protected]
v3.4.0
Announcements
- Echos filename if a nonzero exit code is returned by
clang-format
to help with debugging (#40)
Changes
- 9de2c17 docs(README): Update version in examples
- jidicula [email protected]
- d8273ef fix: Echo name of file triggering failure
- jidicula [email protected]
- 0ab48f5 build: bump actions/checkout from 2 to 2.3.4
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 8a5b53e docs(README): Update version in examples
- jidicula [email protected]
v3.3.0
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
- 5295861 build: bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0
- dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- 4f17b9c ci: Run shell lint check on all pushes
- jidicula [email protected]
- 1b372c4 ci: Run Docker build check on all pushes
- jidicula [email protected]
- 9a0d4e1 ci(Dependabot): Add myself as reviewer and assignee to PRs
- jidicula [email protected]
- 556758a ci: Update pre-commit hooks
- jidicula [email protected]
- fff5993 ci: Add dependabot config
- jidicula [email protected]
- 757f5af ci(autorelease): Use softprops/action-gh-release
- jidicula [email protected]
- 9f198ed Update CONTRIBUTING.md
- jidicula [email protected]
- b540d48 Create CONTRIBUTING.md
- jidicula [email protected]
- a59ba63 Uncomment code
- jidicula [email protected]
- b9aca15 Add exclude-regex input
- Micah Snyder [email protected]
- 94155ad ci(release): Fix autorelease commit log
- jidicula [email protected]
- 831d9e8 Update README.md
- jidicula [email protected]
- aef1c8e docs: Add sponsorship link
- jidicula [email protected]
- 827e761 Create FUNDING.yml
- jidicula [email protected]
- 2c9a626 docs: Sort Action users by most recent
- jidicula [email protected]
- 0a60ced docs: Remove old
dev
branch badges- jidicula [email protected]
- 53f80c2 docs: Link to Inputs section
- jidicula [email protected]
- 778f137 docs: Add fallback-style input in examples
- jidicula [email protected]
- 95cc7d5 docs: Add syntax highlighting
- jidicula [email protected]
- 014aa44 docs: Add instructions for matrix path runs
- jidicula [email protected]
- 0b5ba26 docs: Fix input name
- jidicula [email protected]
Release v3.2.0
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 leveragesclang-format
's builtin--fallback-style
flag. - 🤝 Community: This project now follows the Contributor Covenant. See
CODE_OF_CONDUCT.md
for details.
Changes
- af70fba feat: Add fallback style Action input
- jidicula [email protected]
- ff162d2 ci: Ignore merge commits in release note generation
- jidicula [email protected]
- 9beea91 Create CODE_OF_CONDUCT.md
- Johanan Idicula [email protected]
Release v3.1.0
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
- 0199881 fix(releases): Get commits since previous tag
- jidicula [email protected]
- 745978f chore(Dockerfile): Remove LABELs
- jidicula [email protected]
- ee7bd82 feat(input): Allow user to specify clang-format version
- jidicula [email protected]
- 6d332a1 ci(releases): Autogenerate release notes
- jidicula [email protected]
- 7bde831 Create CODE_OF_CONDUCT.md
- Johanan Idicula [email protected]
- 8b60c5a ci(pre-commit): Add pre-commit config
- jidicula [email protected]
- b2d4460 chore: Remove extra trailing whitespace
- jidicula [email protected]
- 737efd4 [docs][email] Use forcepush email
- jidicula [email protected]
- 9677c75 [feat][CI] Autogenerate release draft from template
- jidicula [email protected]
- 6c54910 [docs][README] Add link to users search results
- jidicula [email protected]
- da702e3 [docs][README] Add inputs section to README for clarity
- jidicula [email protected]
v3.0.0
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 leastv2.0.0
recommended for maximum C/C++ support).