Releases: jidicula/clang-format-action
Releases · jidicula/clang-format-action
v4.3.1
Announcements
- Refactors test script
Changes
- 4604c5d test: DRY up test script
- jidicula johanan@forcepush.tech
v4.3.0
Announcements
- Adds support for Arduino files (#59)
- Simplifies the regex
Changes
- 85428c2 docs(version): Bump to v4.3.0
- jidicula johanan@forcepush.tech
- 051a3fd test: DRY run arguments
- jidicula johanan@forcepush.tech
- 299be18 feat(apt): Silence apt output
- jidicula johanan@forcepush.tech
- 8f334ba docs(format_diff): Clarify clang-format invocation
- jidicula johanan@forcepush.tech
- fc74139 fix(regex): Fix regex capture
- jidicula johanan@forcepush.tech
- 6fd5959 feat(filetype): Add compatibility for Arduino filetypes
- jidicula johanan@forcepush.tech
- 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 johanan@forcepush.tech
- 4eaa3fa Update CONTRIBUTING.md
- Johanan Idicula johanan@forcepush.tech
- 2dfefc0 ci: Run dependabot on Saturdays
- Johanan Idicula johanan@forcepush.tech
- 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 johanan@forcepush.tech
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 johanan@forcepush.tech
- 11f351b ci: Backport CI for v3
- jidicula johanan@forcepush.tech
- 862b6d4 chore: Use Ubuntu Groovy
- jidicula johanan@forcepush.tech
- 4604c5d test: DRY up test script
- jidicula johanan@forcepush.tech
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 johanan@forcepush.tech
- e4f8929 docs: Modify badge link
- jidicula johanan@forcepush.tech
- 3b4cac1 docs: Modify badge name
- jidicula johanan@forcepush.tech
- fe8ac3c refactor: Move test script to tests
- jidicula johanan@forcepush.tech
- dfda8d0 style: shfmt
- jidicula johanan@forcepush.tech
- c6bcc68 Update .ci/docker-run-test.sh
- jidicula johanan@forcepush.tech
- 431bf44 Update .ci/docker-run-test.sh
- jidicula johanan@forcepush.tech
- b860015 fixed docker container args and linting
- MCWertGaming dleven@protonmail.com
- 4ccd97f fixed interactive mode still on
- MCWertGaming dleven@protonmail.com
- 1b84316 fixed ci script permissions
- MCWertGaming dleven@protonmail.com
- 1e8f965 fixed missing exit after failed build
- MCWertGaming dleven@protonmail.com
- 6781e1f added files from the separate testing repo
- MCWertGaming dleven@protonmail.com
- 0c505df fixed container name
- MCWertGaming dleven@protonmail.com
- dda0f19 added container testing
- MCWertGaming dleven@protonmail.com
- 7709c2a applyed requested changes of the default version
- Damon Leven dleven@protonmail.com
- 2c6020b added docker to dependabot
- MCWertGaming dleven@protonmail.com
- 65078ae Apply suggestions from code review
- Damon Leven dleven@protonmail.com
- fc7478f switched to another base image
- MCWertGaming dleven@protonmail.com
v4.1.1
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 johanan@forcepush.tech
- 7222108 feat: support for clang-format-13 using ubuntu impish
- 38d975f docs(README): Update version tag in example
- jidicula johanan@forcepush.tech
v4.0.0
Announcements
- Adds support for
clang-format-12🎉 ! Thanks to @bensuperpc for updating the Dockerfile! - Sets
11as defaultclang-formatversion - Drops support for
clang-format-10andclang-format-8– to check formatting with either of these versions, usev3.4.0of this Action. I'll keep backporting any fixes to the3.4branch as long as I can.
Changes
- b626837 docs: Add note about 12 being added and 10 being deprecated
- jidicula johanan@forcepush.tech
- 737de7d feat!: Update to Ubuntu hirsute
- Bensuperpc bensuperpc@gmail.com
- 7f6b4bf Change triggering event from PR to pull_request
- BradSwain br@dleyswain.com
- 71fcf64 Update dependabot.yml
- jidicula johanan@forcepush.tech
v3.4.0
Announcements
- Echos filename if a nonzero exit code is returned by
clang-formatto help with debugging (#40)
Changes
- 9de2c17 docs(README): Update version in examples
- jidicula johanan@forcepush.tech
- d8273ef fix: Echo name of file triggering failure
- jidicula johanan@forcepush.tech
- 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 johanan@forcepush.tech
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 johanan@forcepush.tech
- 1b372c4 ci: Run Docker build check on all pushes
- jidicula johanan@forcepush.tech
- 9a0d4e1 ci(Dependabot): Add myself as reviewer and assignee to PRs
- jidicula johanan@forcepush.tech
- 556758a ci: Update pre-commit hooks
- jidicula johanan@forcepush.tech
- fff5993 ci: Add dependabot config
- jidicula johanan@forcepush.tech
- 757f5af ci(autorelease): Use softprops/action-gh-release
- jidicula johanan@forcepush.tech
- 9f198ed Update CONTRIBUTING.md
- jidicula johanan@forcepush.tech
- b540d48 Create CONTRIBUTING.md
- jidicula johanan@forcepush.tech
- a59ba63 Uncomment code
- jidicula johanan@forcepush.tech
- b9aca15 Add exclude-regex input
- Micah Snyder micasnyd@cisco.com
- 94155ad ci(release): Fix autorelease commit log
- jidicula johanan@forcepush.tech
- 831d9e8 Update README.md
- jidicula johanan@forcepush.tech
- aef1c8e docs: Add sponsorship link
- jidicula johanan@forcepush.tech
- 827e761 Create FUNDING.yml
- jidicula johanan@forcepush.tech
- 2c9a626 docs: Sort Action users by most recent
- jidicula johanan@forcepush.tech
- 0a60ced docs: Remove old
devbranch badges- jidicula johanan@forcepush.tech
- 53f80c2 docs: Link to Inputs section
- jidicula johanan@forcepush.tech
- 778f137 docs: Add fallback-style input in examples
- jidicula johanan@forcepush.tech
- 95cc7d5 docs: Add syntax highlighting
- jidicula johanan@forcepush.tech
- 014aa44 docs: Add instructions for matrix path runs
- jidicula johanan@forcepush.tech
- 0b5ba26 docs: Fix input name
- jidicula johanan@forcepush.tech
Release v3.2.0
Announcements
- ✨ New feature: Users of this action can now add a fallback style if no
.clang-formatfile is present in the repository! This feature leveragesclang-format's builtin--fallback-styleflag. - 🤝 Community: This project now follows the Contributor Covenant. See
CODE_OF_CONDUCT.mdfor details.
Changes
- af70fba feat: Add fallback style Action input
- jidicula johanan@forcepush.tech
- ff162d2 ci: Ignore merge commits in release note generation
- jidicula johanan@forcepush.tech
- 9beea91 Create CODE_OF_CONDUCT.md
- Johanan Idicula johanan@forcepush.tech