Skip to content

Commit ac128af

Browse files
committed
chore: release 1.1.1
1 parent 31e5150 commit ac128af

File tree

5 files changed

+25
-8
lines changed

5 files changed

+25
-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.0"}
1+
{".":"1.1.1"}

CHANGELOG.md

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

3+
## 1.1.1 (2025-10-01)
4+
5+
## What's Changed
6+
* chore(deps): pin ghcr.io/developerc286/clean_git_history docker tag to 5783341 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/329
7+
* chore(deps): update ghcr.io/developerc286/clean_git_history docker tag to v1.1.0 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/330
8+
* chore(deps): update rust docker tag to v1.90.0 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/334
9+
* fix(deps): update rust crate anyhow to v1.0.100 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/335
10+
* fix(deps): update rust crate clap to v4.5.48 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/336
11+
* ci: adding Claude Code workflows by @DeveloperC286 in https://github.com/DeveloperC286/clean_git_history/pull/337
12+
* chore(deps): update ghcr.io/developerc286/conventional_commits_linter docker tag to v0.16.0 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/333
13+
* chore(deps): update anthropics/claude-code-action digest to 426380f by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/338
14+
* chore(deps): update docker/login-action digest to 5e57cd1 by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/339
15+
* chore(deps): update anthropics/claude-code-action digest to 90d189f by @renovate[bot] in https://github.com/DeveloperC286/clean_git_history/pull/340
16+
17+
18+
**Full Changelog**: https://github.com/DeveloperC286/clean_git_history/compare/v1.1.0...v1.1.1
19+
320
## 1.1.0 (2025-09-13)
421

522
## 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.0"
5+
version = "1.1.1"
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.0
43+
image: ghcr.io/developerc286/clean_git_history:v1.1.1
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.0
60+
image: ghcr.io/developerc286/clean_git_history:v1.1.1
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.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/"
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/"
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.0"
94+
cargo install clean_git_history --version "1.1.1"
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.0 origin/HEAD
105+
docker run --rm -v $(pwd):/workspace -w /workspace ghcr.io/developerc286/clean_git_history:v1.1.1 origin/HEAD
106106
```
107107
<!-- x-release-please-end -->
108108

0 commit comments

Comments
 (0)