Skip to content

Commit

Permalink
chore(release): prepare for v2.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 3, 2024
1 parent 8b33267 commit 8dfd9e4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
[![animation](https://raw.githubusercontent.com/orhun/git-cliff/main/website/static/img/git-cliff-anim.gif)](https://git-cliff.org)

## [2.1.0-rc.0](https://github.com/orhun/git-cliff/compare/v2.0.4..v2.1.0-rc.0) - 2024-03-02
## [2.1.0-rc.1](https://github.com/orhun/git-cliff/compare/v2.0.4..v2.1.0-rc.1) - 2024-03-03

### ⛰️ Features

- *(args)* Add `--tag-pattern` argument ([#526](https://github.com/orhun/git-cliff/issues/526)) - ([b4e7a34](https://github.com/orhun/git-cliff/commit/b4e7a3400f0675bba63339cd89513ffcb7acb688))
- *(npm)* Add programmatic API for TypeScript ([#523](https://github.com/orhun/git-cliff/issues/523)) - ([8b33267](https://github.com/orhun/git-cliff/commit/8b332679677ab7690d718d0d81954bff8d4cc585))

### 🐛 Bug Fixes

- *(cd)* Explicitly set the Homebrew formula path - ([8d2f1fa](https://github.com/orhun/git-cliff/commit/8d2f1fab2b70da990921dfc55202ef1413ec63f1))
- *(cd)* Set the GitHub repository explicitly - ([0e46500](https://github.com/orhun/git-cliff/commit/0e46500199f9b7cc7c83a51499f6e90a2adf5888))
- *(config)* Fix commit parser regex in the default config - ([110b9b8](https://github.com/orhun/git-cliff/commit/110b9b8d2676800ebe169287fa5d2a93c9f6b55f))
- *(github)* Sanitize the GitHub token in debug logs - ([be34949](https://github.com/orhun/git-cliff/commit/be34949df76f9f174dce0b9e593bda594a9d33a5))

### 🚜 Refactor

- *(cd)* Simplify checking pre-releases - ([87a04fb](https://github.com/orhun/git-cliff/commit/87a04fb437ce8d74c53461f2a46316ff611f074f))
- *(changelog)* Do not output to stdout when prepend is used - ([8ee0da1](https://github.com/orhun/git-cliff/commit/8ee0da1f74a0f2cae699ce19accc073434f5b538))
- *(clippy)* Apply clippy suggestions - ([df57336](https://github.com/orhun/git-cliff/commit/df57336a799a9a406d25bef6926dada7e2255245))

Expand All @@ -31,6 +34,7 @@
- *(ci)* Auto-bump the homebrew formula - ([61d055b](https://github.com/orhun/git-cliff/commit/61d055b9169b9eb3d5a458b1dc1cb6ff8d919807))
- *(ci)* Enable default features for windows builds - ([18f4923](https://github.com/orhun/git-cliff/commit/18f4923897a4f54ebe9870014463a67f3a655c9d))
- *(ci)* Check semver violations via CI - ([a25a114](https://github.com/orhun/git-cliff/commit/a25a1148d92ee07402c9069eaad74574e392339c))
- *(fixtures)* Enable verbose logging for output - ([2927231](https://github.com/orhun/git-cliff/commit/292723109f328f96b84a629d61fd38b02ceef4e8))

## [2.0.4](https://github.com/orhun/git-cliff/compare/v2.0.2..v2.0.4) - 2024-02-22

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion git-cliff-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-cliff-core"
version = "2.1.0-rc.0" # managed by release.sh
version = "2.1.0-rc.1" # managed by release.sh
description = "Core library of git-cliff"
authors = ["git-cliff contributors <git-cliff@protonmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions git-cliff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-cliff"
version = "2.1.0-rc.0" # managed by release.sh
version = "2.1.0-rc.1" # managed by release.sh
description = "A highly customizable changelog generator ⛰️"
authors = ["git-cliff contributors <git-cliff@protonmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -45,7 +45,7 @@ indicatif = { version = "0.17.8", optional = true }
env_logger = "0.10.2"

[dependencies.git-cliff-core]
version = "2.1.0-rc.0" # managed by release.sh
version = "2.1.0-rc.1" # managed by release.sh
path = "../git-cliff-core"

[dev-dependencies]
Expand Down
14 changes: 7 additions & 7 deletions npm/git-cliff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-cliff",
"version": "2.1.0-rc.0",
"version": "2.1.0-rc.1",
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️",
"type": "module",
"main": "lib/cjs/index.d.cts",
Expand Down Expand Up @@ -85,12 +85,12 @@
"typescript": "^5.3.3"
},
"optionalDependencies": {
"git-cliff-darwin-arm64": "2.1.0-rc.0",
"git-cliff-darwin-x64": "2.1.0-rc.0",
"git-cliff-linux-arm64": "2.1.0-rc.0",
"git-cliff-linux-x64": "2.1.0-rc.0",
"git-cliff-windows-arm64": "2.1.0-rc.0",
"git-cliff-windows-x64": "2.1.0-rc.0"
"git-cliff-darwin-arm64": "2.1.0-rc.1",
"git-cliff-darwin-x64": "2.1.0-rc.1",
"git-cliff-linux-arm64": "2.1.0-rc.1",
"git-cliff-linux-x64": "2.1.0-rc.1",
"git-cliff-windows-arm64": "2.1.0-rc.1",
"git-cliff-windows-x64": "2.1.0-rc.1"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 8dfd9e4

Please sign in to comment.