Releases: commit-check/commit-check
Releases · commit-check/commit-check
v2.4.1
🚀 New features and improvements
- Organize CLI argument groups for better structure and clarity by @shenxianpeng in #365
🐛 Bug fixes
- fix: add support for commit message file argument for pre-commit by @shenxianpeng in #366
📝 Documentation updates
- docs: update hook ID to 'check-message' in configuration examples by @shenxianpeng in #362
📦 Dependency updates
- chore(deps): bump actions/attest-build-provenance from 3.1.0 to 3.2.0 by @dependabot[bot] in #361
- chore(deps): bump CodSpeedHQ/action from 4.8.2 to 4.10.2 by @dependabot[bot] in #360
Full Changelog: v2.4.0...v2.4.1
v2.4.0
🎉 Major features and improvements
- feat: Enhance configuration with CLI, env vars, and TOML support by @shenxianpeng in #357
🚀 New features and improvements
- feat: Add 'enforce' and 'enhance' to imperative verbs list by @shenxianpeng in #359
Full Changelog: v2.3.0...v2.4.0
v2.3.0
🚀 New features and improvements
- feat: Support configuration files in .github folder by @copilot-swe-agent[bot] in #355
👷 Changes for developers
- chore: Change CodSpeed mode from instrumentation to simulation by @shenxianpeng in #356
🚦 Tests
- feat: Update pre-commit configuration and enhance test coverage by @shenxianpeng in #353
Full Changelog: v2.2.2...v2.3.0
v2.2.2
🐛 Bug fixes
- fix: add dependencies in pyproject.toml by @shenxianpeng in #352
📦 Dependency updates
- chore(deps): bump CodSpeedHQ/action from 4.7.0 to 4.8.2 by @dependabot[bot] in #349
- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #347
- chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 by @dependabot[bot] in #348
- chore(deps): bump CodSpeedHQ/action from 4.5.2 to 4.7.0 by @dependabot[bot] in #346
- ci: pre-commit autoupdate by @pre-commit-ci[bot] in #345
- chore(deps): bump CodSpeedHQ/action from 4.5.1 to 4.5.2 by @dependabot[bot] in #344
Full Changelog: v2.2.1...v2.2.2
v2.2.1
🐛 Bug fixes
- fix: workflow does not contain permissions by @shenxianpeng in #343
- fix: move write permission from workflow level to job level by @shenxianpeng in #341
- fix: remove unused dependency from pyproject.toml by @shenxianpeng in #340
- fix(subject_imperative): mixed definitions by @StaticRocket in #329
📦 Dependency updates
- chore(deps): bump CodSpeedHQ/action from 4.4.1 to 4.5.1 by @dependabot[bot] in #338
- chore(deps): bump actions/attest-build-provenance from 3.0.0 to 3.1.0 by @dependabot[bot] in #337
Full Changelog: v2.2.0...v2.2.1
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