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 @@
{".":"1.1.1"}
{".":"1.1.2"}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 1.1.2 (2025-12-06)

## 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


**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
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
Expand Up @@ -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 <[email protected]>"]
version = "1.1.1"
version = "1.1.2"
edition = "2021"
license = "AGPL-3.0"
repository = "https://github.com/DeveloperC286/clean_git_history"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -72,7 +72,7 @@ Visit the releases page at [https://github.com/DeveloperC286/clean_git_history/r

<!-- x-release-please-start-version -->
```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/"
```
<!-- x-release-please-end -->

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

<!-- x-release-please-start-version -->
```sh
cargo install clean_git_history --version "1.1.1"
cargo install clean_git_history --version "1.1.2"
```
<!-- x-release-please-end -->

Expand All @@ -102,7 +102,7 @@ You can use the Docker image published to [ghcr.io/developerc286/clean_git_histo

<!-- x-release-please-start-version -->
```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
```
<!-- x-release-please-end -->

Expand Down