Skip to content

Commit 7f81ed4

Browse files
committed
chore(release): prepare for v2.7.0
1 parent 8bd0607 commit 7f81ed4

File tree

5 files changed

+76
-13
lines changed

5 files changed

+76
-13
lines changed

CHANGELOG.md

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

3+
## [2.7.0](https://github.com/orhun/git-cliff/compare/v2.6.1..v2.7.0) - 2024-11-20
4+
5+
### ⛰️ Features
6+
7+
- *(args)* Add color to the help text ([#897](https://github.com/orhun/git-cliff/issues/897)) - ([f423484](https://github.com/orhun/git-cliff/commit/f4234844bf66da3de8d5d6e1d6fd7a414d2e059a))
8+
- *(ci)* Add Nix CI ([#939](https://github.com/orhun/git-cliff/issues/939)) - ([d0848ff](https://github.com/orhun/git-cliff/commit/d0848ff04099a287157fbd22935f870e0636139d))
9+
- *(config)* Allow overriding the remote API URL via config ([#896](https://github.com/orhun/git-cliff/issues/896)) - ([6d86e2c](https://github.com/orhun/git-cliff/commit/6d86e2c9426f7f68207c2ea389629e67eca54277))
10+
- *(docker)* Build arm64 images again ([#879](https://github.com/orhun/git-cliff/issues/879)) ([#919](https://github.com/orhun/git-cliff/issues/919)) - ([84771f6](https://github.com/orhun/git-cliff/commit/84771f63d04bafec8023a7e9fd4694da6e4d9a25))
11+
- *(jujutsu)* Add jujustu support ([#930](https://github.com/orhun/git-cliff/issues/930)) - ([ab95626](https://github.com/orhun/git-cliff/commit/ab956263945798ec07214a5234ba6fafa8171ff7))
12+
- *(nix)* Add a basic Nix environment ([#918](https://github.com/orhun/git-cliff/issues/918)) - ([6b17736](https://github.com/orhun/git-cliff/commit/6b1773685f09a5e091b10f709b3a4f63b63c47b9))
13+
- *(website)* Add user testimonials ([#895](https://github.com/orhun/git-cliff/issues/895)) - ([ef2374c](https://github.com/orhun/git-cliff/commit/ef2374cab17e896b38b12bfe7d6b011f45e9f840))
14+
15+
### 🐛 Bug Fixes
16+
17+
- *(bitbucket)* Match PR and release metadata correctly ([#907](https://github.com/orhun/git-cliff/issues/907)) - ([e936ed5](https://github.com/orhun/git-cliff/commit/e936ed571533ea6c41a1dd2b1a29d085c8dbada5))
18+
- *(changelog)* Fix missing commit fields in context ([#837](https://github.com/orhun/git-cliff/issues/837)) ([#920](https://github.com/orhun/git-cliff/issues/920)) - ([f8641ee](https://github.com/orhun/git-cliff/commit/f8641ee8f75da74637ab1f0d3d7c11bfcda8acf9))
19+
- *(changelog)* Include the root commit when `--latest` is used with one tag ([#901](https://github.com/orhun/git-cliff/issues/901)) - ([508a97e](https://github.com/orhun/git-cliff/commit/508a97edb088f77d01f232676d1e3c7f129071b2))
20+
- *(remote)* Preserve first time contributors ([#925](https://github.com/orhun/git-cliff/issues/925)) - ([99b78b5](https://github.com/orhun/git-cliff/commit/99b78b52f2d81484fa4e5ea7a66de6e9bea2b3df))
21+
22+
### 📚 Documentation
23+
24+
- *(git)* Improve docs for commit_preprocessors and commit_parsers ([#928](https://github.com/orhun/git-cliff/issues/928)) - ([c1f1215](https://github.com/orhun/git-cliff/commit/c1f12154e7efa75f19ce632dc3052dae390c9211))
25+
- *(readme)* Add blog post about git-cliff - ([82b10ac](https://github.com/orhun/git-cliff/commit/82b10ac22c657113f8f7f215bdc1bee68ebe1e55))
26+
- *(website)* Add highlights for 2.7.0 ([#955](https://github.com/orhun/git-cliff/issues/955)) - ([b6b5449](https://github.com/orhun/git-cliff/commit/b6b544949d7763056fb87686f533ed814395f253))
27+
- *(website)* Add more testimonials - ([bfe9beb](https://github.com/orhun/git-cliff/commit/bfe9beb093df42badf762945cf04548fbe75949a))
28+
- *(website)* Update sourcehut ([#894](https://github.com/orhun/git-cliff/issues/894)) - ([bcc32ca](https://github.com/orhun/git-cliff/commit/bcc32ca5d1cc157902e04018655c5445237d1407))
29+
30+
### ⚡ Performance
31+
32+
- *(test)* Don't create regex inside a loop ([#937](https://github.com/orhun/git-cliff/issues/937)) - ([0fabf22](https://github.com/orhun/git-cliff/commit/0fabf22c526e1d4b8cb7c718dd0a5d0af99950f8))
33+
34+
### 🧪 Testing
35+
36+
- *(git)* Find upstream remote when using ssh ([#926](https://github.com/orhun/git-cliff/issues/926)) - ([2e65a72](https://github.com/orhun/git-cliff/commit/2e65a72bb044bad94f2568c491e4907f92331a56))
37+
- *(repo)* Expand unit tests of the repo module ([#909](https://github.com/orhun/git-cliff/issues/909)) - ([da1cb61](https://github.com/orhun/git-cliff/commit/da1cb61c9147631c9a2ba6598e3105132b41c2c3))
38+
39+
### ⚙️ Miscellaneous Tasks
40+
41+
- *(config)* Add the 'other' parser to the default config - ([12cb1df](https://github.com/orhun/git-cliff/commit/12cb1df561cde39a9a0d0f719156a000f3f4d61b))
42+
- *(docker)* Upgrade Rust and libc version in Dockerfile - ([8bd0607](https://github.com/orhun/git-cliff/commit/8bd0607e231e219f9b60eb4c7f0d8353ef4462e0))
43+
- *(docker)* Bump the Rust version in Docker image - ([c28121c](https://github.com/orhun/git-cliff/commit/c28121c1aa427c3169df218a9803d838172f7c24))
44+
- *(integration)* Remove experimental feature disclaimer - ([237c327](https://github.com/orhun/git-cliff/commit/237c327839aa12672abe4255a62ce3c85737bd2c))
45+
- *(log)* Add trace log about which command is being run - ([a9b2690](https://github.com/orhun/git-cliff/commit/a9b26901e38aa3d3b1042d3bc10d2fe7c6c06565))
46+
- *(nix)* Update flakes - ([7654e67](https://github.com/orhun/git-cliff/commit/7654e67d971b795e238220dfabe894b2a1b23992))
47+
- *(website)* Add new testimonials - ([0c207d6](https://github.com/orhun/git-cliff/commit/0c207d606e5a65b4dca3287f2aa2b3c6d624f83d))
48+
49+
### ◀️ Revert
50+
51+
- *(docker)* Bump the Rust version in Docker image - ([fc142e4](https://github.com/orhun/git-cliff/commit/fc142e4b9d4b5b54bc8a0fca6e336345951c9c7b))
52+
53+
## New Contributors ❤️
54+
55+
* @pauliyobo made their first contribution in [#896](https://github.com/orhun/git-cliff/pull/896)
56+
* @blackheaven made their first contribution in [#939](https://github.com/orhun/git-cliff/pull/939)
57+
* @Muhammad-Owais-Warsi made their first contribution in [#928](https://github.com/orhun/git-cliff/pull/928)
58+
* @kemitix made their first contribution in [#930](https://github.com/orhun/git-cliff/pull/930)
59+
* @mcwarman made their first contribution in [#925](https://github.com/orhun/git-cliff/pull/925)
60+
* @LtdSauce made their first contribution in [#919](https://github.com/orhun/git-cliff/pull/919)
61+
* @dqkqd made their first contribution in [#920](https://github.com/orhun/git-cliff/pull/920)
62+
* @gsquire made their first contribution in [#909](https://github.com/orhun/git-cliff/pull/909)
63+
* @rarescosma made their first contribution in [#901](https://github.com/orhun/git-cliff/pull/901)
64+
* @vsn4ik made their first contribution in [#894](https://github.com/orhun/git-cliff/pull/894)
65+
366
## [2.6.1](https://github.com/orhun/git-cliff/compare/v2.6.0..v2.6.1) - 2024-09-27
467

568
### 🐛 Bug Fixes
@@ -20,7 +83,7 @@
2083

2184
## New Contributors ❤️
2285

23-
* @Krensi made their first contribution in [#889](https://github.com/orhun/git-cliff/pull/889)
86+
* @ckrenslehner made their first contribution in [#889](https://github.com/orhun/git-cliff/pull/889)
2487

2588
## [2.6.0](https://github.com/orhun/git-cliff/compare/v2.5.0..v2.6.0) - 2024-09-22
2689

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.6.1" # managed by release.sh
3+
version = "2.7.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.6.1" # managed by release.sh
3+
version = "2.7.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"
@@ -59,7 +59,7 @@ rand = { version = "0.8.4", optional = true }
5959
url.workspace = true
6060

6161
[dependencies.git-cliff-core]
62-
version = "2.6.1" # managed by release.sh
62+
version = "2.7.0" # managed by release.sh
6363
path = "../git-cliff-core"
6464

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

0 commit comments

Comments
 (0)