Skip to content

Commit 1f6fb0a

Browse files
chore: release 0.16.0 (#269)
1 parent 1944692 commit 1f6fb0a

File tree

5 files changed

+40
-7
lines changed

5 files changed

+40
-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.15.0"}
1+
{".":"0.16.0"}

CHANGELOG.md

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

3+
## 0.16.0 (2025-07-27)
4+
5+
## What's Changed
6+
* ci: conventional commits linter Docker image by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/268
7+
* refactor: GitHub Actions setting permissions by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/270
8+
* build: simplifying Makefile by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/271
9+
* feat: adding verbose CLI option by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/272
10+
* chore(deps): update mvdan/shfmt docker tag to v3.12.0 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/273
11+
* chore(deps): update dependency alpine_3_22/git to v2.49.1-r0 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/274
12+
* chore(deps): update dependency alpine_3_21/git to v2.47.3-r0 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/275
13+
* fix(deps): update rust crate clap to v4.5.41 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/276
14+
* chore(deps): update alpine:3.22 docker digest to 4bcff63 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/278
15+
* chore(deps): update python:3.13.5-alpine3.21 docker digest to 763eee4 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/279
16+
* chore(deps): update rust:1.88.0-alpine3.21 docker digest to b7a47e9 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/280
17+
* chore(deps): update alpine docker tag to v3.22.1 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/281
18+
* ci: adding anthropics/claude-code-action by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/277
19+
* ci: Claude Git/PR permissions by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/282
20+
* ci: Claude can read GitHub Actions by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/284
21+
* ci: readding Claudes id-token: write permissions by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/285
22+
* ci: Claude allowing Bash tool by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/286
23+
* build: adding basic AGENT.md by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/288
24+
* refactor: CLI as enum not bool by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/287
25+
* fix(deps): update rust crate serde_json to v1.0.141 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/289
26+
* docs: condensed/simplified README.md by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/290
27+
* fix(deps): update strum monorepo to v0.27.2 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/291
28+
* chore(deps): update rust:1.88.0-alpine3.21 docker digest to 0c004cf by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/292
29+
* chore(deps): update rust:1.88.0-alpine3.21 docker digest to 54e937b by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/293
30+
* chore(deps): update rust crate rstest to v0.26.0 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/294
31+
* chore(deps): update rust crate rstest to v0.26.1 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/295
32+
33+
34+
**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_linter/compare/v0.15.0...v0.16.0
35+
336
## 0.15.0 (2025-06-27)
437

538
## 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.15.0"
3+
version = "0.16.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
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858
- name: Download binary
5959
run: |
60-
version="v1.0.4" && wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
60+
version="v0.16.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/"
6161
- name: Lint commits
6262
run: conventional_commits_linter --from-reference "origin/${{ github.base_ref }}" --allow-angular-type-only
6363
```
@@ -70,7 +70,7 @@ conventional-commits-linting:
7070
stage: conventional-commits-linting
7171
image: rust
7272
before_script:
73-
- version="v1.0.4" && wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
73+
- version="v0.16.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/"
7474
script:
7575
# Lint all the commits in the branch.
7676
- conventional_commits_linter --from-reference "origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}" --allow-angular-type-only
@@ -88,7 +88,7 @@ If you do not trust the provided binaries another option is to compile your own
8888
8989
<!-- x-release-please-start-version -->
9090
```sh
91-
version="v1.0.4" && wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
91+
version="v0.16.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/"
9292
```
9393
<!-- x-release-please-end -->
9494

@@ -107,7 +107,7 @@ e.g.
107107

108108
<!-- x-release-please-start-version -->
109109
```sh
110-
cargo install conventional_commits_linter --version 1.0.4
110+
cargo install conventional_commits_linter --version 0.16.0
111111
```
112112
<!-- x-release-please-end -->
113113

0 commit comments

Comments
 (0)