diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d856f21..0b6295e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.1"} +{".":"1.1.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e79aa..e18c590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## 1.1.2 (2025-12-14) + +## What's Changed +* chore(deps): update ghcr.io/developerc286/clean_git_history docker tag to v1.1.1 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/372 +* chore(deps): update ghcr.io/developerc286/conventional_commits_linter docker tag to v0.16.1 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/374 +* ci: skip Claude Code review on draft PRs by @DeveloperC286 in https://github.com/DeveloperC286/clean_git_history/pull/376 +* chore(deps): update anthropics/claude-code-action digest to 6902c22 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/378 +* chore(deps): update actions/checkout digest to 93cb6ef by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/377 +* chore(deps): update actions/checkout action to v5.0.1 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/379 +* chore(deps): update rust crate clap to v4.5.52 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/380 +* chore(deps): update rust crate clap to v4.5.53 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/381 +* chore(deps): update actions/checkout action to v6 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/382 +* chore(deps): update rhysd/actionlint docker tag to v1.7.9 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/383 +* chore(deps): update anthropics/claude-code-action digest to f9b2917 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/384 +* chore(deps): update anthropics/claude-code-action digest to 798cf09 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/385 +* chore(deps): update anthropics/claude-code-action digest to a7e4c51 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/386 +* chore(deps): update anthropics/claude-code-action digest to 6337623 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/387 +* chore(deps): update actions/checkout digest to 8e8c483 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/388 +* chore(deps): update actions/checkout action to v6.0.1 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/389 +* chore(deps): update rust crate log to v0.4.29 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/391 +* chore(deps): update python docker tag to v3.14.1 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/390 +* chore(deps): update ghcr.io/developerc286/conventional_commits_linter docker tag to v0.17.0 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/392 +* chore(deps): update python:3.14.1-alpine3.22 docker digest to cc95388 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/393 +* chore(deps): update dependency alpine_3_22/github-cli to v2.72.0-r5 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/394 +* chore(deps): update python:3.14.1-alpine3.21 docker digest to fd8407c by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/395 +* chore(deps): update rust:1.91.1-alpine3.21 docker digest to 32817dd by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/397 +* chore(deps): update rust crate git2 to v0.20.3 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/398 +* chore(deps): update python docker tag to v3.14.2 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/400 +* chore(deps): update python:3.14.2-alpine3.22 docker digest to 9185922 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/401 +* chore(deps): update anthropics/claude-code-action digest to f0c8eb2 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/402 +* chore(deps): update rust docker tag to v1.92.0 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/403 +* build: converting from Docker -> Nix by @DeveloperC286 in https://github.com/DeveloperC286/clean_git_history/pull/399 +* chore(deps): update alpine docker tag to v3.23.0 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/396 + + +**Full Changelog**: https://github.com/DeveloperC286/clean_git_history/compare/v1.1.1...v1.1.2 + ## 1.1.1 (2025-11-12) ## What's Changed diff --git a/Cargo.lock b/Cargo.lock index 9662b67..5e44369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "clean_git_history" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f236d92..baf6536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "clean_git_history" description = "A Git history linter to ensure it stays clean for those who prefer rebasing and fast-forwarding compared to merge and squash commits." authors = ["C "] -version = "1.1.1" +version = "1.1.2" edition = "2021" license = "AGPL-3.0" repository = "https://github.com/DeveloperC286/clean_git_history" diff --git a/README.md b/README.md index 650cb29..ea64788 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ jobs: name: Clean runs-on: ubuntu-latest container: - image: ghcr.io/developerc286/clean_git_history:v1.1.1 + image: ghcr.io/developerc286/clean_git_history:v1.1.2 steps: - name: Checkout code. uses: actions/checkout@v5 @@ -57,7 +57,7 @@ jobs: ```yaml clean-git-history-checking: stage: clean-git-history-checking - image: ghcr.io/developerc286/clean_git_history:v1.1.1 + image: ghcr.io/developerc286/clean_git_history:v1.1.2 script: - clean_git_history "origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}" rules: @@ -72,7 +72,7 @@ Visit the releases page at [https://github.com/DeveloperC286/clean_git_history/r ```sh -version="v1.1.1" && wget -O - "https://github.com/DeveloperC286/clean_git_history/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/" +version="v1.1.2" && wget -O - "https://github.com/DeveloperC286/clean_git_history/releases/download/${version}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/" ``` @@ -91,7 +91,7 @@ e.g. ```sh -cargo install clean_git_history --version "1.1.1" +cargo install clean_git_history --version "1.1.2" ``` @@ -102,7 +102,7 @@ You can use the Docker image published to [ghcr.io/developerc286/clean_git_histo ```sh -docker run --rm -v $(pwd):/workspace -w /workspace ghcr.io/developerc286/clean_git_history:v1.1.1 origin/HEAD +docker run --rm -v $(pwd):/workspace -w /workspace ghcr.io/developerc286/clean_git_history:v1.1.2 origin/HEAD ```