Skip to content

Commit 46e43a2

Browse files
chore: release 0.17.0 (#393)
1 parent 866d8e1 commit 46e43a2

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.16.1"}
1+
{".":"0.17.0"}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

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+
330
## 0.16.1 (2025-11-12)
431

532
## What's Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "conventional_commits_linter"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
description = "A tooling and language agnostic utility to lint Git commits against the Conventional Commits specification."
55
authors = ["C <[email protected]>"]
66
edition = "2021"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: Linting
5555
runs-on: ubuntu-latest
5656
container:
57-
image: ghcr.io/developerc286/conventional_commits_linter:0.16.1
57+
image: ghcr.io/developerc286/conventional_commits_linter:0.17.0
5858
steps:
5959
- name: Checkout code.
6060
uses: actions/checkout@v5
@@ -73,7 +73,7 @@ conventional-commits-linting:
7373
stage: conventional-commits-linting
7474
image: rust
7575
before_script:
76-
- version="v0.16.1" && wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
76+
- version="v0.17.0" && wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
7777
script:
7878
# Lint all the commits in the branch.
7979
- conventional_commits_linter --type angular "origin/${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}"
@@ -91,7 +91,7 @@ If you do not trust the provided binaries another option is to compile your own
9191
9292
<!-- x-release-please-start-version -->
9393
```sh
94-
version="v0.16.1" && wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
94+
version="v0.17.0" && wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
9595
```
9696
<!-- x-release-please-end -->
9797

@@ -110,7 +110,7 @@ e.g.
110110

111111
<!-- x-release-please-start-version -->
112112
```sh
113-
cargo install conventional_commits_linter --version 0.16.1
113+
cargo install conventional_commits_linter --version 0.17.0
114114
```
115115
<!-- x-release-please-end -->
116116

0 commit comments

Comments
 (0)