Skip to content

Commit 4e49d54

Browse files
committed
chore: release 1.1.2
1 parent cb98046 commit 4e49d54

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.1"}
1+
{".":"1.1.2"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.1.2 (2025-11-19)
4+
5+
## What's Changed
6+
* 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
7+
* 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
8+
* ci: skip Claude Code review on draft PRs by @DeveloperC286 in https://github.com/DeveloperC286/clean_git_history/pull/376
9+
* chore(deps): update anthropics/claude-code-action digest to 6902c22 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/378
10+
* chore(deps): update actions/checkout digest to 93cb6ef by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/377
11+
* chore(deps): update actions/checkout action to v5.0.1 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/379
12+
13+
14+
**Full Changelog**: https://github.com/DeveloperC286/clean_git_history/compare/v1.1.1...v1.1.2
15+
316
## 1.1.1 (2025-11-12)
417

518
## What's Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "clean_git_history"
33
description = "A Git history linter to ensure it stays clean for those who prefer rebasing and fast-forwarding compared to merge and squash commits."
44
authors = ["C <[email protected]>"]
5-
version = "1.1.1"
5+
version = "1.1.2"
66
edition = "2021"
77
license = "AGPL-3.0"
88
repository = "https://github.com/DeveloperC286/clean_git_history"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Clean
4141
runs-on: ubuntu-latest
4242
container:
43-
image: ghcr.io/developerc286/clean_git_history:v1.1.1
43+
image: ghcr.io/developerc286/clean_git_history:v1.1.2
4444
steps:
4545
- name: Checkout code.
4646
uses: actions/checkout@v5
@@ -57,7 +57,7 @@ jobs:
5757
```yaml
5858
clean-git-history-checking:
5959
stage: clean-git-history-checking
60-
image: ghcr.io/developerc286/clean_git_history:v1.1.1
60+
image: ghcr.io/developerc286/clean_git_history:v1.1.2
6161
script:
6262
- clean_git_history "origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}"
6363
rules:
@@ -72,7 +72,7 @@ Visit the releases page at [https://github.com/DeveloperC286/clean_git_history/r
7272
7373
<!-- x-release-please-start-version -->
7474
```sh
75-
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/"
75+
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/"
7676
```
7777
<!-- x-release-please-end -->
7878

@@ -91,7 +91,7 @@ e.g.
9191

9292
<!-- x-release-please-start-version -->
9393
```sh
94-
cargo install clean_git_history --version "1.1.1"
94+
cargo install clean_git_history --version "1.1.2"
9595
```
9696
<!-- x-release-please-end -->
9797

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

103103
<!-- x-release-please-start-version -->
104104
```sh
105-
docker run --rm -v $(pwd):/workspace -w /workspace ghcr.io/developerc286/clean_git_history:v1.1.1 origin/HEAD
105+
docker run --rm -v $(pwd):/workspace -w /workspace ghcr.io/developerc286/clean_git_history:v1.1.2 origin/HEAD
106106
```
107107
<!-- x-release-please-end -->
108108

0 commit comments

Comments
 (0)