Releases: commit-check/commit-check
Releases · commit-check/commit-check
v2.2.0
🚀 New features and improvements
- feat: support additional
allow_branch_namesin configuration by @shenxianpeng in #336
📦 Dependency updates
- chore(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #333
- chore(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #334
- chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #328
- chore(deps): bump actions/setup-python from 6.0.0 to 6.1.0 by @dependabot[bot] in #327
- chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #326
- chore(deps): bump CodSpeedHQ/action from 4.3.3 to 4.4.1 by @dependabot[bot] in #325
- chore(deps): bump CodSpeedHQ/action from 4.3.1 to 4.3.3 by @dependabot[bot] in #324
Full Changelog: v2.1.2...v2.2.0
v2.1.2
🚀 New features and improvements
- feat: support commit-check without requiring
refinactions/checkoutby @shenxianpeng in #322
Full Changelog: v2.1.1...v2.1.2
v2.1.1
🐛 Bug fixes
- fix: Split
alignappendinto separatealignandappendimperatives by @shenxianpeng in #321
📝 Documentation updates
- docs: update README.rst by @shenxianpeng in #314
📦 Dependency updates
- chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #315
- chore(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #316
- chore(deps): bump CodSpeedHQ/action from 4.2.1 to 4.3.1 by @dependabot[bot] in #317
Full Changelog: v2.1.0...v2.1.1
v2.1.0
🐛 Bug fixes
- fix: update default values to algin with configuration file by @shenxianpeng in #313
- fix: update imperatives.py and bump pre-commit hooks by @shenxianpeng in #312
📝 Documentation updates
- style: update color from #00a893 to #3badda by @shenxianpeng in #309
🚦 Tests
- feat: add @pytest.mark.benchmark to all tests by @shenxianpeng in #308
📦 Dependency updates
- chore(deps): bump CodSpeedHQ/action from 4.1.1 to 4.2.1 by @dependabot[bot] in #310
- chore(deps): bump CodSpeedHQ/action from 4.1.0 to 4.1.1 by @dependabot[bot] in #306
Full Changelog: v2.0.0...v2.1.0
v2.0.0
💥 Breaking changes
- BREAKING CHANGE: Configuration Migration and Removed Features by @shenxianpeng in #280
🚀 New features and improvements
- feat: support py314 and update badge by @shenxianpeng in #296
- feat:
commit-checksupport reads piped STDIN by @shenxianpeng in #272 - refactor: reduce functions cognitive complexity by @shenxianpeng in #276
- feat: update prepare-commit-msg to commit-msg by @shenxianpeng in #274
- feat: add alias
cchkforcommit-checkby @shenxianpeng in #268
🐛 Bug fixes
- fix: update regex to support breaking changes by @shenxianpeng in #305
- fix: check user input config exist or not by @shenxianpeng in #304
- fix: clean up pre-commit config and hook by @shenxianpeng in #297
- fix: remove
allow_authorsand addignore_authorsto branch section by @shenxianpeng in #292 - fix: update import to fix test by @shenxianpeng in #291
👷 Changes for plugin developers
- chore: add more test cases by @shenxianpeng in #294
- chore: Use full commit SHA hash for this dependency by @shenxianpeng in #287
- chore: delete .gitpod.yml by @shenxianpeng in #279
- chore: Add comprehensive GitHub Copilot development instructions by @copilot-swe-agent[bot] in #270
📝 Documentation updates
- docs: add comprehensive examples page by @shenxianpeng in #303
- docs: update output in README.rst by @shenxianpeng in #295
- docs: add v2.0.0 documentation by @shenxianpeng in #289
- docs: update README.rst for v2 by @shenxianpeng in #288
📦 Dependency updates
- chore(deps): bump CodSpeedHQ/action from 3 to 4 by @dependabot[bot] in #278
- chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #277
- chore(deps): bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in #267
Full Changelog: v0.10.2...v1.0.0
v0.10.2
🐛 Bug fixes
- fix: skip
commit-signofffor merge commits in #266
📦 Dependency updates
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #263
- chore(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #262
Full Changelog: v0.10.1...v0.10.2
v0.10.1
🐛 Bug fixes
- fix(message): protect the message regex check by @StaticRocket in #260
Full Changelog: v0.10.0...v0.10.1
v0.10.0
🚀 New features and improvements
- feat: add impreative mode by @shenxianpeng in #258
📝 Documentation updates
- docs: add example for failed imperative mood checks by @shenxianpeng in #259
✍ Other changes
- chore: remove Docker support by @shenxianpeng in #257
Full Changelog: v0.9.9...v0.10.0
v0.9.9
🚀 New features and improvements
- feat: support codspeed by @shenxianpeng in #245
🐛 Bug fixes
- fix: add package write permission by @shenxianpeng in #255
- fix: make sure git repo has commit before checking by @shenxianpeng in #253
- fix: use
git branch --show-currentto get branch name by @shenxianpeng in #252
✍ Other changes
- chore: delete .github/ISSUE_TEMPLATE/config.yml by @shenxianpeng in #246
📦 Dependency updates
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #248
Full Changelog: v0.9.8...v0.9.9
v0.9.8
🚀 New features and improvements
- chore: update CODEOWNERS by @shenxianpeng in #238
🐛 Bug fixes
- fix: display a clear message when there are no commits by @shenxianpeng in #244
📝 Documentation updates
- docs: update README.rst by @shenxianpeng in #239
Full Changelog: v0.9.7...v0.9.8