Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.17.1"}
{".":"0.17.2"}
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## 0.17.2 (2026-02-23)

## What's Changed
* chore(deps): update rust crate insta to v1.46.0 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/445
* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/448
* chore(deps): update rust crate serde_json to v1.0.149 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/449
* chore(deps): update dependency https://github.com/developerc286/template to v1.6.3 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/447
* chore(deps): update dependency https://github.com/developerc286/template to v1.6.4 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/450
* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/451
* chore(deps): update rust crate insta to v1.46.1 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/452
* chore(deps): update dependency https://github.com/developerc286/template to v1.7.2 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/453
* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/454
* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/455
* chore(deps): update rust crate clap to v4.5.55 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/456
* chore(deps): update alpine docker tag to v3.23.3 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/457
* chore(deps): update rust crate clap to v4.5.56 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/458
* chore(deps): update rust crate insta to v1.46.2 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/459
* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/460
* chore(deps): update rust crate regex to v1.12.3 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/463
* chore(deps): update rust crate git2 to v0.20.4 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/461
* chore(deps): update rust crate insta to v1.46.3 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/462
* chore(deps): update rust crate clap to v4.5.57 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/464
* chore(deps): update rust crate anyhow to v1.0.101 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/465
* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/466
* chore(deps): update rust crate clap to v4.5.58 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/467
* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/468
* chore(deps): update rust crate clap to v4.5.59 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/469
* chore(deps): update rust crate clap to v4.5.60 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/470
* chore(deps): update dependency https://github.com/developerc286/template to v1.7.5 by @DeveloperC286 in https://github.com/DeveloperC286/conventional_commits_linter/pull/471
* chore(deps): update rust crate anyhow to v1.0.102 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/472
* fix(deps): update strum monorepo to 0.28.0 by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/473
* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/conventional_commits_linter/pull/474


**Full Changelog**: https://github.com/DeveloperC286/conventional_commits_linter/compare/v0.17.1...v0.17.2

## 0.17.1 (2026-01-03)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conventional_commits_linter"
version = "0.17.1"
version = "0.17.2"
description = "A tooling and language agnostic utility to lint Git commits against the Conventional Commits specification."
authors = ["C <DeveloperC@protonmail.com>"]
edition = "2021"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Linting
runs-on: ubuntu-latest
container:
image: ghcr.io/developerc286/conventional_commits_linter:0.17.1
image: ghcr.io/developerc286/conventional_commits_linter:0.17.2
steps:
- name: Checkout code.
uses: actions/checkout@v5
Expand All @@ -73,7 +73,7 @@ conventional-commits-linting:
stage: conventional-commits-linting
image: rust
before_script:
- version="v0.17.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/"
- version="v0.17.2" && wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
script:
# Lint all the commits in the branch.
- conventional_commits_linter --type angular "origin/${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}"
Expand All @@ -91,7 +91,7 @@ If you do not trust the provided binaries another option is to compile your own

<!-- x-release-please-start-version -->
```sh
version="v0.17.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/"
version="v0.17.2" && wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/"
```
<!-- x-release-please-end -->

Expand All @@ -110,7 +110,7 @@ e.g.

<!-- x-release-please-start-version -->
```sh
cargo install conventional_commits_linter --version 0.17.1
cargo install conventional_commits_linter --version 0.17.2
```
<!-- x-release-please-end -->

Expand Down