From 076feb74b4d8c8634669f57d4e2765c39490d80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 27 Sep 2024 18:40:27 +0300 Subject: [PATCH] chore(release): prepare for v2.6.1 --- CHANGELOG.md | 24 ++++++++++++++++++++++-- Cargo.lock | 4 ++-- git-cliff-core/Cargo.toml | 2 +- git-cliff/Cargo.toml | 4 ++-- npm/git-cliff/package.json | 14 +++++++------- 5 files changed, 34 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8e5b8e73..78152b805d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ [![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org) +## [2.6.1](https://github.com/orhun/git-cliff/compare/v2.6.0..v2.6.1) - 2024-09-27 + +### 🐛 Bug Fixes + +- *(npm)* Add missing `--use-branch-tags` flag to TS options ([#874](https://github.com/orhun/git-cliff/issues/874)) - ([e21fb1d](https://github.com/orhun/git-cliff/commit/e21fb1d3895d893fd6a371ecd48aa4632cf4231d)) +- *(remote)* Avoid setting multiple remotes ([#885](https://github.com/orhun/git-cliff/issues/885)) - ([a344c68](https://github.com/orhun/git-cliff/commit/a344c68238cf3bb87d4f7eb9be46e97cc964eed9)) + +### 📚 Documentation + +- *(website)* Add conversion to pdf to tips-and-tricks ([#889](https://github.com/orhun/git-cliff/issues/889)) - ([58dc108](https://github.com/orhun/git-cliff/commit/58dc1087ed86794c2f678707f2fbb8199167b0c3)) +- *(website)* Add get_env filter example for GitLab CI - ([dfe4459](https://github.com/orhun/git-cliff/commit/dfe4459c5cadd465dec4ea860580ecf82b2b8860)) + +### ⚙️ Miscellaneous Tasks + +- *(ci)* Update pedantic lint command ([#890](https://github.com/orhun/git-cliff/issues/890)) - ([8d10edb](https://github.com/orhun/git-cliff/commit/8d10edb7450aaf189fbce5f78a72274739f73ba9)) +- *(docker)* Disable building arm64 docker images temporarily ([#879](https://github.com/orhun/git-cliff/issues/879)) - ([cde2a8e](https://github.com/orhun/git-cliff/commit/cde2a8e3222f5e8f8bdd9ae841fd0e5c42f68846)) +- *(fixtures)* Build binaries using dev profile ([#886](https://github.com/orhun/git-cliff/issues/886)) - ([a394f88](https://github.com/orhun/git-cliff/commit/a394f88f1d1742dfa3d30887bcb387361de306bc)) + +## New Contributors ❤️ + +* @Krensi made their first contribution in [#889](https://github.com/orhun/git-cliff/pull/889) + ## [2.6.0](https://github.com/orhun/git-cliff/compare/v2.5.0..v2.6.0) - 2024-09-22 ### ⛰️ Features @@ -42,7 +64,6 @@ ## New Contributors ❤️ -* @nejcgalof made their first contribution in [#853](https://github.com/orhun/git-cliff/pull/853) * @pplmx made their first contribution in [#824](https://github.com/orhun/git-cliff/pull/824) ## [2.5.0](https://github.com/orhun/git-cliff/compare/v2.4.0..v2.5.0) - 2024-08-24 @@ -103,7 +124,6 @@ * @oberrich made their first contribution in [#809](https://github.com/orhun/git-cliff/pull/809) * @tisonkun made their first contribution in [#599](https://github.com/orhun/git-cliff/pull/599) * @DerTiedemann made their first contribution in [#758](https://github.com/orhun/git-cliff/pull/758) -* @DaniPopes made their first contribution in [#709](https://github.com/orhun/git-cliff/pull/709) * @artrz made their first contribution in [#779](https://github.com/orhun/git-cliff/pull/779) * @myl7 made their first contribution in [#776](https://github.com/orhun/git-cliff/pull/776) * @pawamoy made their first contribution in [#774](https://github.com/orhun/git-cliff/pull/774) diff --git a/Cargo.lock b/Cargo.lock index b60cbe44b4..1840d2d1e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -860,7 +860,7 @@ checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" [[package]] name = "git-cliff" -version = "2.6.0" +version = "2.6.1" dependencies = [ "clap", "clap_complete", @@ -884,7 +884,7 @@ dependencies = [ [[package]] name = "git-cliff-core" -version = "2.6.0" +version = "2.6.1" dependencies = [ "bincode 2.0.0-rc.3", "cacache", diff --git a/git-cliff-core/Cargo.toml b/git-cliff-core/Cargo.toml index a026c18635..71cd0fc8d6 100644 --- a/git-cliff-core/Cargo.toml +++ b/git-cliff-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-cliff-core" -version = "2.6.0" # managed by release.sh +version = "2.6.1" # managed by release.sh description = "Core library of git-cliff" authors = ["git-cliff contributors "] license = "MIT OR Apache-2.0" diff --git a/git-cliff/Cargo.toml b/git-cliff/Cargo.toml index 5be83bd446..49f1f27414 100644 --- a/git-cliff/Cargo.toml +++ b/git-cliff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-cliff" -version = "2.6.0" # managed by release.sh +version = "2.6.1" # managed by release.sh description = "A highly customizable changelog generator ⛰️" authors = ["git-cliff contributors "] license = "MIT OR Apache-2.0" @@ -59,7 +59,7 @@ rand = { version = "0.8.4", optional = true } url.workspace = true [dependencies.git-cliff-core] -version = "2.6.0" # managed by release.sh +version = "2.6.1" # managed by release.sh path = "../git-cliff-core" [dev-dependencies] diff --git a/npm/git-cliff/package.json b/npm/git-cliff/package.json index b661f1234e..83a7794601 100644 --- a/npm/git-cliff/package.json +++ b/npm/git-cliff/package.json @@ -1,6 +1,6 @@ { "name": "git-cliff", - "version": "2.6.0", + "version": "2.6.1", "description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️", "type": "module", "main": "lib/cjs/index.d.cts", @@ -91,12 +91,12 @@ "typescript-eslint": "^8.6.0" }, "optionalDependencies": { - "git-cliff-darwin-arm64": "2.6.0", - "git-cliff-darwin-x64": "2.6.0", - "git-cliff-linux-arm64": "2.6.0", - "git-cliff-linux-x64": "2.6.0", - "git-cliff-windows-arm64": "2.6.0", - "git-cliff-windows-x64": "2.6.0" + "git-cliff-darwin-arm64": "2.6.1", + "git-cliff-darwin-x64": "2.6.1", + "git-cliff-linux-arm64": "2.6.1", + "git-cliff-linux-x64": "2.6.1", + "git-cliff-windows-arm64": "2.6.1", + "git-cliff-windows-x64": "2.6.1" }, "packageManager": "yarn@4.1.0", "publishConfig": {