Skip to content

Commit 643c0ba

Browse files
committed
Release crates-index-diff v24.0.0
1 parent 9bf5d93 commit 643c0ba

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,36 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 24.0.0 (2024-04-15)
9+
10+
### Chore (BREAKING)
11+
12+
- <csr-id-6377d3d14a855de3155c1f0f0c76605d3d0e68ae/> upgrade `gix` to v0.62
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 2 commits contributed to the release.
19+
- 78 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Merge branch 'gix-upgrade' ([`9bf5d93`](https://github.com/Byron/crates-index-diff-rs/commit/9bf5d931775bebe51aecc74be2ada93df6e2a62d))
31+
- Upgrade `gix` to v0.62 ([`6377d3d`](https://github.com/Byron/crates-index-diff-rs/commit/6377d3d14a855de3155c1f0f0c76605d3d0e68ae))
32+
</details>
33+
834
## 23.0.0 (2024-01-28)
935

36+
<csr-id-7044076c17bc79f5323589e55938f3670b01a269/>
37+
1038
### Chore (BREAKING)
1139

1240
- <csr-id-7044076c17bc79f5323589e55938f3670b01a269/> upgrade `gix` to 0.58
@@ -15,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1543

1644
<csr-read-only-do-not-edit/>
1745

18-
- 1 commit contributed to the release.
46+
- 2 commits contributed to the release.
1947
- 29 days passed between releases.
2048
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2149
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2755
<details><summary>view details</summary>
2856

2957
* **Uncategorized**
58+
- Release crates-index-diff v23.0.0 ([`f502931`](https://github.com/Byron/crates-index-diff-rs/commit/f50293141a9be0b57bf476e1825663721a129100))
3059
- Upgrade `gix` to 0.58 ([`7044076`](https://github.com/Byron/crates-index-diff-rs/commit/7044076c17bc79f5323589e55938f3670b01a269))
3160
</details>
3261

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["crates", "index", "diff"]
66
license = "MIT"
77
name = "crates-index-diff"
88
repository = "https://github.com/Byron/crates-index-diff-rs"
9-
version = "23.0.0"
9+
version = "24.0.0"
1010
edition = "2018"
1111
readme = "changelog.md"
1212
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)