diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d0cb65..74195c9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.17.1"} +{".":"0.17.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b94f23..39fc8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 8f1644a..2e31717 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "conventional_commits_linter" -version = "0.17.1" +version = "0.17.2" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 97e8731..36f7dc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2021" diff --git a/README.md b/README.md index 8556e2b..ba29d55 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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}" @@ -91,7 +91,7 @@ If you do not trust the provided binaries another option is to compile your own ```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/" ``` @@ -110,7 +110,7 @@ e.g. ```sh -cargo install conventional_commits_linter --version 0.17.1 +cargo install conventional_commits_linter --version 0.17.2 ```