Skip to content

Commit b883e34

Browse files
committed
chore(release): prepare for v1.3.0-rc.1
1 parent baf34a8 commit b883e34

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.3.0-rc.0](https://github.com/orhun/git-cliff/compare/v1.2.0..v1.3.0-rc.0) - 2023-08-19
5+
## [1.3.0-rc.1](https://github.com/orhun/git-cliff/compare/v1.2.0..v1.3.0-rc.1) - 2023-08-20
66

77
### ⛰️ Features
88

99
- *(changelog)* [**breaking**] Add postprocessors ([#155](https://github.com/orhun/git-cliff/issues/155)) - ([5dc5fb7](https://github.com/orhun/git-cliff/commit/5dc5fb786db922322faacf928cc571a2d785cab2))
1010

1111
### 🐛 Bug Fixes
1212

13+
- *(cd)* Disable win32-arm64 PyPI builds - ([baf34a8](https://github.com/orhun/git-cliff/commit/baf34a81f0b27be30f24f8899d44dfd1f3afaa13))
14+
- *(deps)* Avoid problematic serde release - ([87f74bc](https://github.com/orhun/git-cliff/commit/87f74bc78feb94c390ad421849e9b356e71657ca))
1315
- Fix previous release references - ([fbb605e](https://github.com/orhun/git-cliff/commit/fbb605e4f663d96ad140767bf816b5af8c97a92e))
1416

1517
### 🚜 Refactor

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-cliff-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-cliff-core"
3-
version = "1.3.0-rc.0" # managed by release.sh
3+
version = "1.3.0-rc.1" # managed by release.sh
44
description = "Core library of git-cliff"
55
authors = ["git-cliff contributors <[email protected]>"]
66
license = "GPL-3.0"

git-cliff/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-cliff"
3-
version = "1.3.0-rc.0" # managed by release.sh
3+
version = "1.3.0-rc.1" # managed by release.sh
44
description = "A highly customizable changelog generator ⛰️"
55
authors = ["git-cliff contributors <[email protected]>"]
66
license = "GPL-3.0"
@@ -35,7 +35,7 @@ clap_complete = "4.3.2"
3535
clap_mangen = "0.2.12"
3636

3737
[dependencies.git-cliff-core]
38-
version = "1.3.0-rc.0" # managed by release.sh
38+
version = "1.3.0-rc.1" # managed by release.sh
3939
path = "../git-cliff-core"
4040

4141
[dependencies.clap]

npm/git-cliff/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-cliff",
3-
"version": "1.3.0-rc.0",
3+
"version": "1.3.0-rc.1",
44
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications ⛰️",
55
"bin": "lib/index.js",
66
"scripts": {
@@ -62,12 +62,12 @@
6262
"typescript": "^4.9.4"
6363
},
6464
"optionalDependencies": {
65-
"git-cliff-linux-x64": "1.3.0-rc.0",
66-
"git-cliff-linux-arm64": "1.3.0-rc.0",
67-
"git-cliff-darwin-x64": "1.3.0-rc.0",
68-
"git-cliff-darwin-arm64": "1.3.0-rc.0",
69-
"git-cliff-windows-x64": "1.3.0-rc.0",
70-
"git-cliff-windows-arm64": "1.3.0-rc.0"
65+
"git-cliff-linux-x64": "1.3.0-rc.1",
66+
"git-cliff-linux-arm64": "1.3.0-rc.1",
67+
"git-cliff-darwin-x64": "1.3.0-rc.1",
68+
"git-cliff-darwin-arm64": "1.3.0-rc.1",
69+
"git-cliff-windows-x64": "1.3.0-rc.1",
70+
"git-cliff-windows-arm64": "1.3.0-rc.1"
7171
},
7272
"eslintConfig": {
7373
"extends": [

0 commit comments

Comments
 (0)