File tree 4 files changed +34
-5
lines changed
4 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
34
## [ 0.8.1] - 2022-07-12
6
35
7
36
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " git-cliff-core"
3
- version = " 0.8.1 " # managed by release.sh
3
+ version = " 0.9.0 " # managed by release.sh
4
4
description = " Core library of git-cliff"
5
5
authors = [
" git-cliff contributors <[email protected] >" ]
6
6
license = " GPL-3.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " git-cliff"
3
- version = " 0.8.1 " # managed by release.sh
3
+ version = " 0.9.0 " # managed by release.sh
4
4
description = " A highly customizable changelog generator ⛰️"
5
5
authors = [
" git-cliff contributors <[email protected] >" ]
6
6
license = " GPL-3.0"
@@ -33,7 +33,7 @@ clap_complete = "3.2.4"
33
33
clap_mangen = " 0.1.10"
34
34
35
35
[dependencies .git-cliff-core ]
36
- version = " 0.8.1 " # managed by release.sh
36
+ version = " 0.9.0 " # managed by release.sh
37
37
path = " ../git-cliff-core"
38
38
39
39
[dependencies .clap ]
You can’t perform that action at this time.
0 commit comments