diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49a1c07..f783fd0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.0"} +{".":"1.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ce8b2..b844c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## 1.2.1 (2026-05-04) + +## What's Changed +* chore(deps): update dependency https://github.com/developerc286/template to v1.7.5 by @DeveloperC286 in https://github.com/DeveloperC286/clean_git_history/pull/449 +* chore(deps): update rust crate clap to v4.5.60 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/451 +* chore(deps): update rust crate anyhow to v1.0.102 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/452 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/454 +* chore(deps): update dependency https://github.com/developerc286/template to v1.7.6 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/456 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/455 +* chore(deps): update rust crate clap to v4.5.61 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/457 +* chore(deps): update rust crate clap to v4.6.0 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/458 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/459 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/460 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/461 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/462 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/463 +* chore(deps): update dependency https://github.com/developerc286/template to v1.7.7 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/464 +* chore(deps): update alpine docker tag to v3.23.4 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/465 +* chore(deps): update rust crate clap to v4.6.1 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/466 +* chore(deps): update alpine:3.23.4 docker digest to 5b10f43 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/467 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/468 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/469 +* chore(deps): update dependency https://github.com/developerc286/template to v1.7.8 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/470 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/471 + + +**Full Changelog**: https://github.com/DeveloperC286/clean_git_history/compare/v1.2.0...v1.2.1 + ## 1.2.0 (2026-02-17) ## What's Changed diff --git a/Cargo.lock b/Cargo.lock index 70916b5..064350f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "clean_git_history" -version = "1.2.0" +version = "1.2.1" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 591ec90..44c9a27 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.2.0" +version = "1.2.1" edition = "2021" license = "AGPL-3.0" repository = "https://github.com/DeveloperC286/clean_git_history" diff --git a/README.md b/README.md index 5eac0d8..1e07a68 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.2.0 + image: ghcr.io/developerc286/clean_git_history:v1.2.1 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.2.0 + image: ghcr.io/developerc286/clean_git_history:v1.2.1 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.2.0" && 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.2.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/" ``` @@ -91,7 +91,7 @@ e.g. ```sh -cargo install clean_git_history --version "1.2.0" +cargo install clean_git_history --version "1.2.1" ``` @@ -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.2.0 origin/HEAD +docker run --rm -v $(pwd):/workspace -w /workspace ghcr.io/developerc286/clean_git_history:v1.2.1 origin/HEAD ```