|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.17.0 (2025-12-03) |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* ci: GitHub Actions example uses container by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/298 |
| 7 | +* ci: skip Claude Code review on draft PRs by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/394 |
| 8 | +* chore(deps): update actions/checkout digest to 93cb6ef by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/395 |
| 9 | +* chore(deps): update actions/checkout action to v5.0.1 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/396 |
| 10 | +* chore(deps): update rust crate clap to v4.5.52 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/397 |
| 11 | +* chore(deps): update anthropics/claude-code-action digest to 906bd89 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/398 |
| 12 | +* chore(deps): update anthropics/claude-code-action digest to 6902c22 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/399 |
| 13 | +* chore(deps): update rust crate clap to v4.5.53 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/400 |
| 14 | +* chore(deps): update rust crate insta to v1.44.0 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/401 |
| 15 | +* chore(deps): update actions/checkout action to v6 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/402 |
| 16 | +* chore(deps): update rust crate insta to v1.44.1 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/403 |
| 17 | +* chore(deps): update rhysd/actionlint docker tag to v1.7.9 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/404 |
| 18 | +* chore(deps): update anthropics/claude-code-action digest to f9b2917 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/405 |
| 19 | +* chore(deps): update anthropics/claude-code-action digest to 798cf09 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/406 |
| 20 | +* chore(deps): update anthropics/claude-code-action digest to a7e4c51 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/407 |
| 21 | +* chore(deps): update rust crate insta to v1.44.3 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/408 |
| 22 | +* chore(deps): update anthropics/claude-code-action digest to 6337623 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/409 |
| 23 | +* chore(deps): update actions/checkout digest to 8e8c483 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/410 |
| 24 | +* chore(deps): update actions/checkout action to v6.0.1 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/411 |
| 25 | +* feat: removing commit title length by default by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/412 |
| 26 | + |
| 27 | + |
| 28 | +**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_linter/compare/v0.16.1...v0.17.0 |
| 29 | + |
3 | 30 | ## 0.16.1 (2025-11-12) |
4 | 31 |
|
5 | 32 | ## What's Changed |
|
0 commit comments