Skip to content

Commit e61b246

Browse files
committed
chore(release): prepare for v2.8.0
1 parent 32dc15e commit e61b246

File tree

5 files changed

+69
-14
lines changed

5 files changed

+69
-14
lines changed

CHANGELOG.md

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

3+
## [2.8.0](https://github.com/orhun/git-cliff/compare/v2.7.0..v2.8.0) - 2025-01-24
4+
5+
### ⛰️ Features
6+
7+
- *(cli)* Support initializing config with a custom filename ([#992](https://github.com/orhun/git-cliff/issues/992)) - ([76bf9cf](https://github.com/orhun/git-cliff/commit/76bf9cf7aa26b58f2ae68edd007c9885b02af616))
8+
- *(config)* Discover the configuration file when run in a sub directory - ([a23eeb4](https://github.com/orhun/git-cliff/commit/a23eeb480961cd2b252acb7e1e6dc38807458e57))
9+
- *(git)* Improve the set commit range error ([#990](https://github.com/orhun/git-cliff/issues/990)) - ([f29e815](https://github.com/orhun/git-cliff/commit/f29e8150a8166d7364ed71b24675136d2e9bd382))
10+
- *(monorepo)* Automatically set include-path for current directory - ([ceda1f7](https://github.com/orhun/git-cliff/commit/ceda1f753adc3459b88417ae363410d2586a33af))
11+
- *(remote)* Support enabling native TLS ([#1021](https://github.com/orhun/git-cliff/issues/1021)) - ([fe7c464](https://github.com/orhun/git-cliff/commit/fe7c464c3bdbfd4e49f596615d6736ea441a4d16))
12+
- *(repo)* Allow running from sub directories ([#975](https://github.com/orhun/git-cliff/issues/975)) - ([98453b3](https://github.com/orhun/git-cliff/commit/98453b3eee754e1ffe08b685d84c039b17ac8e5e))
13+
14+
### 🐛 Bug Fixes
15+
16+
- *(config)* Allow environment overwrites when using builtin config ([#961](https://github.com/orhun/git-cliff/issues/961)) - ([7ba3b55](https://github.com/orhun/git-cliff/commit/7ba3b55448bdbf7a4a475df2081b6d7c2e2ceb34))
17+
- *(docker)* Use the correct Debian runner - ([36ad993](https://github.com/orhun/git-cliff/commit/36ad993d5956270c0df8c12d201068c1b4d7c580))
18+
- *(fixtures)* Update the arguments for custom GitLab API fixture test - ([e522f8d](https://github.com/orhun/git-cliff/commit/e522f8d9f1efddc43a15120e52a2f1b426468b56))
19+
- *(monorepo)* Do not set include-path if workdir is set ([#1022](https://github.com/orhun/git-cliff/issues/1022)) - ([20483be](https://github.com/orhun/git-cliff/commit/20483be93fbcd33eae3b7b54f625e53796281aff))
20+
- *(remote)* Fix detection of GitLab merge request sha ([#968](https://github.com/orhun/git-cliff/issues/968)) - ([1297655](https://github.com/orhun/git-cliff/commit/12976550d35bad8d535518010046bd136875736b))
21+
22+
### 🚜 Refactor
23+
24+
- *(lib)* Add changelog modifier callback to run function ([#922](https://github.com/orhun/git-cliff/issues/922)) - ([2321882](https://github.com/orhun/git-cliff/commit/2321882b12cc6aae03fbd4f7ea3e131fc8763631))
25+
- *(lint)* Use a shared lint config for the workspace - ([bfc1d4f](https://github.com/orhun/git-cliff/commit/bfc1d4fb8f8bd8faa350ec217f4d09d57c20b12d))
26+
- *(lint)* Apply clippy suggestions - ([299a1c7](https://github.com/orhun/git-cliff/commit/299a1c74b28ac41015bc436de6d37b5ef5d59b04))
27+
28+
### 📚 Documentation
29+
30+
- *(docker)* Fix typo in comment ([#959](https://github.com/orhun/git-cliff/issues/959)) - ([dbda091](https://github.com/orhun/git-cliff/commit/dbda091aa15806523c2be371ec8a31fbba4ccdc7))
31+
- *(highlights)* Add link to the Nix flake - ([c449229](https://github.com/orhun/git-cliff/commit/c449229513da7444ea02fe275f410e4b2048c9ff))
32+
- *(jujutsu)* Update links to the upstream documentation - ([ed6b646](https://github.com/orhun/git-cliff/commit/ed6b64628f4bfd21b32021b3decf842ae14c9f51))
33+
- *(lib)* Allow doc lint - ([62a6d3e](https://github.com/orhun/git-cliff/commit/62a6d3e20cf72c8e2dcc7938894c5c65278e6c4e))
34+
- *(license)* Update copyright years - ([8178c9b](https://github.com/orhun/git-cliff/commit/8178c9b2ca41fb0b974d3387e07b3067256bdb0b))
35+
- *(tips)* Extend the merge commit filter example ([#963](https://github.com/orhun/git-cliff/issues/963)) - ([09c0f90](https://github.com/orhun/git-cliff/commit/09c0f905d8b20b585b0bc8183f14250d1a381ca0))
36+
- *(website)* Add highlights for 2.8.0 ([#1023](https://github.com/orhun/git-cliff/issues/1023)) - ([32dc15e](https://github.com/orhun/git-cliff/commit/32dc15efe5ea8be8f1691fbc16d9e5aaa1c5ebdc))
37+
38+
### 🧪 Testing
39+
40+
- *(fixture)* Add fixture for include-path - ([e85888f](https://github.com/orhun/git-cliff/commit/e85888f5d8dbd4db0674613c4c354416a9be84d1))
41+
42+
### ⚙️ Miscellaneous Tasks
43+
44+
- *(build)* Bump MSRV to 1.83.0 - ([37598c2](https://github.com/orhun/git-cliff/commit/37598c2d417a1646ec90590ab2a1f6d9da66296c))
45+
- *(docker)* Bump the Rust version in Docker image - ([729f433](https://github.com/orhun/git-cliff/commit/729f4336d169e9fc5cdefdb201208638eee17995))
46+
- *(funding)* Add wellKnown directory - ([8704518](https://github.com/orhun/git-cliff/commit/8704518fb71b88fa8985c660e67f77d9a33431c8))
47+
- *(lint)* Allow false positive lint - ([1b779a6](https://github.com/orhun/git-cliff/commit/1b779a698f845cb449da0640aeac45d53c6c43b9))
48+
- *(nix)* Update flakes - ([22fbe9d](https://github.com/orhun/git-cliff/commit/22fbe9dafbbeaa4bd68082787ea8231dbe12c9ae))
49+
50+
## New Contributors ❤️
51+
52+
* @xsadia made their first contribution in [#992](https://github.com/orhun/git-cliff/pull/992)
53+
* @chenrui333 made their first contribution in [#1002](https://github.com/orhun/git-cliff/pull/1002)
54+
* @hackenbergstefan made their first contribution in [#968](https://github.com/orhun/git-cliff/pull/968)
55+
* @paul-uz made their first contribution in [#963](https://github.com/orhun/git-cliff/pull/963)
56+
* @jmartens made their first contribution in [#959](https://github.com/orhun/git-cliff/pull/959)
57+
358
## [2.7.0](https://github.com/orhun/git-cliff/compare/v2.6.1..v2.7.0) - 2024-11-20
459

560
### ⛰️ Features
@@ -598,7 +653,7 @@
598653
* @woshilapin made their first contribution in [#318](https://github.com/orhun/git-cliff/pull/318)
599654
* @debghs made their first contribution in [#329](https://github.com/orhun/git-cliff/pull/329)
600655
* @dpecos made their first contribution in [#312](https://github.com/orhun/git-cliff/pull/312)
601-
* @liuyinz made their first contribution in [#307](https://github.com/orhun/git-cliff/pull/307)
656+
* @eki3z made their first contribution in [#307](https://github.com/orhun/git-cliff/pull/307)
602657

603658
## [1.3.1](https://github.com/orhun/git-cliff/compare/v1.3.0..v1.3.1) - 2023-09-30
604659

@@ -1088,7 +1143,7 @@
10881143

10891144
## New Contributors ❤️
10901145

1091-
* @MarcoIeni made their first contribution in [#67](https://github.com/orhun/git-cliff/pull/67)
1146+
* @marcoieni made their first contribution in [#67](https://github.com/orhun/git-cliff/pull/67)
10921147

10931148
## [0.6.0](https://github.com/orhun/git-cliff/compare/v0.5.0..v0.6.0) - 2022-02-12
10941149

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.7.0" # managed by release.sh
3+
version = "2.8.0" # 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.7.0" # managed by release.sh
3+
version = "2.8.0" # 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"
@@ -60,7 +60,7 @@ url.workspace = true
6060
pathdiff = "0.2.3"
6161

6262
[dependencies.git-cliff-core]
63-
version = "2.7.0" # managed by release.sh
63+
version = "2.8.0" # managed by release.sh
6464
path = "../git-cliff-core"
6565

6666
[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.7.0",
3+
"version": "2.8.0",
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.7.0",
95-
"git-cliff-darwin-x64": "2.7.0",
96-
"git-cliff-linux-arm64": "2.7.0",
97-
"git-cliff-linux-x64": "2.7.0",
98-
"git-cliff-windows-arm64": "2.7.0",
99-
"git-cliff-windows-x64": "2.7.0"
94+
"git-cliff-darwin-arm64": "2.8.0",
95+
"git-cliff-darwin-x64": "2.8.0",
96+
"git-cliff-linux-arm64": "2.8.0",
97+
"git-cliff-linux-x64": "2.8.0",
98+
"git-cliff-windows-arm64": "2.8.0",
99+
"git-cliff-windows-x64": "2.8.0"
100100
},
101101
"packageManager": "[email protected]",
102102
"publishConfig": {

0 commit comments

Comments
 (0)