Skip to content

Commit 9be6e06

Browse files
committed
chore(release): prepare for v0.9.0
1 parent f70fefd commit 9be6e06

File tree

4 files changed

+34
-5
lines changed

4 files changed

+34
-5
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

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

5+
## [0.9.0] - 2022-08-16
6+
7+
### Documentation
8+
9+
- Add test repository link to README.md
10+
11+
### Features
12+
13+
- Support splitting commits by lines ([#101](https://github.com/orhun/git-cliff/issues/101))
14+
- Support setting commit SHA while using `--with-commit`
15+
- Add commit author and committer to the context ([#100](https://github.com/orhun/git-cliff/issues/100))
16+
17+
### Miscellaneous Tasks
18+
19+
- Use an alternative method to fetch registry
20+
- Enable building arm64 docker images
21+
- Update the description on Docker Hub on push
22+
- Disable updating the description on Docker Hub
23+
- Add GitHub Sponsors option for funding
24+
- Upgrade dependencies
25+
- Update MSRV to 1.60.0
26+
- Upgrade versions in Dockerfile
27+
- Enable strip option for release profile
28+
29+
### Refactor
30+
31+
- Run clippy for tests
32+
- Use a more concise conversion for string
33+
534
## [0.8.1] - 2022-07-12
635

736
### Bug Fixes

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 = "0.8.1" # managed by release.sh
3+
version = "0.9.0" # 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 = "0.8.1" # managed by release.sh
3+
version = "0.9.0" # managed by release.sh
44
description = "A highly customizable changelog generator ⛰️"
55
authors = ["git-cliff contributors <[email protected]>"]
66
license = "GPL-3.0"
@@ -33,7 +33,7 @@ clap_complete = "3.2.4"
3333
clap_mangen = "0.1.10"
3434

3535
[dependencies.git-cliff-core]
36-
version = "0.8.1" # managed by release.sh
36+
version = "0.9.0" # managed by release.sh
3737
path = "../git-cliff-core"
3838

3939
[dependencies.clap]

0 commit comments

Comments
 (0)