Skip to content

Commit 53278e4

Browse files
committed
chore(release): prepare for v2.9.1
1 parent 2da982f commit 53278e4

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
[![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org)
22

3+
## [2.9.1](https://github.com/orhun/git-cliff/compare/v2.9.0..v2.9.1) - 2025-06-03
4+
5+
### 🐛 Bug Fixes
6+
7+
- *(cd)* Upgrade bump-homebrew-formula-action to fix import error - ([2da982f](https://github.com/orhun/git-cliff/commit/2da982f3e7c27ea86eb87625d7371a9bea6587db))
8+
- *(cd)* Disable sccache for maturin - ([f0a2dc6](https://github.com/orhun/git-cliff/commit/f0a2dc6b08f97f3d96e1a33d60a8a56c97c2339b))
9+
10+
311
## [2.9.0](https://github.com/orhun/git-cliff/compare/v2.8.0..v2.9.0) - 2025-06-02
412

513
### ⛰️ Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-cliff-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-cliff-core"
3-
version = "2.9.0" # managed by release.sh
3+
version = "2.9.1" # managed by release.sh
44
description = "Core library of git-cliff"
55
authors = ["git-cliff contributors <[email protected]>"]
66
license = "MIT OR Apache-2.0"

git-cliff/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-cliff"
3-
version = "2.9.0" # managed by release.sh
3+
version = "2.9.1" # managed by release.sh
44
description = "A highly customizable changelog generator ⛰️"
55
authors = ["git-cliff contributors <[email protected]>"]
66
license = "MIT OR Apache-2.0"
@@ -61,7 +61,7 @@ url.workspace = true
6161
pathdiff = "0.2.3"
6262

6363
[dependencies.git-cliff-core]
64-
version = "2.9.0" # managed by release.sh
64+
version = "2.9.1" # managed by release.sh
6565
path = "../git-cliff-core"
6666

6767
[dev-dependencies]

npm/git-cliff/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-cliff",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️",
55
"type": "module",
66
"main": "lib/cjs/index.d.cts",
@@ -91,12 +91,12 @@
9191
"typescript-eslint": "^8.6.0"
9292
},
9393
"optionalDependencies": {
94-
"git-cliff-darwin-arm64": "2.9.0",
95-
"git-cliff-darwin-x64": "2.9.0",
96-
"git-cliff-linux-arm64": "2.9.0",
97-
"git-cliff-linux-x64": "2.9.0",
98-
"git-cliff-windows-arm64": "2.9.0",
99-
"git-cliff-windows-x64": "2.9.0"
94+
"git-cliff-darwin-arm64": "2.9.1",
95+
"git-cliff-darwin-x64": "2.9.1",
96+
"git-cliff-linux-arm64": "2.9.1",
97+
"git-cliff-linux-x64": "2.9.1",
98+
"git-cliff-windows-arm64": "2.9.1",
99+
"git-cliff-windows-x64": "2.9.1"
100100
},
101101
"packageManager": "[email protected]",
102102
"publishConfig": {

0 commit comments

Comments
 (0)