Skip to content

Commit f502931

Browse files
committed
Release crates-index-diff v23.0.0
1 parent 7044076 commit f502931

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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+
## 23.0.0 (2024-01-28)
9+
10+
### Chore (BREAKING)
11+
12+
- <csr-id-7044076c17bc79f5323589e55938f3670b01a269/> upgrade `gix` to 0.58
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit contributed to the release.
19+
- 29 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+
- Upgrade `gix` to 0.58 ([`7044076`](https://github.com/Byron/crates-index-diff-rs/commit/7044076c17bc79f5323589e55938f3670b01a269))
31+
</details>
32+
833
## 22.0.0 (2023-12-29)
934

1035
<csr-id-bc3a8a29ad232de6dc2cd354f2cf28d41d897e8b/>
@@ -20,7 +45,7 @@ of the `gix` dependency to version v0.57.
2045

2146
<csr-read-only-do-not-edit/>
2247

23-
- 5 commits contributed to the release.
48+
- 6 commits contributed to the release.
2449
- 53 days passed between releases.
2550
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2651
- 0 issues like '(#ID)' were seen in commit messages
@@ -32,6 +57,7 @@ of the `gix` dependency to version v0.57.
3257
<details><summary>view details</summary>
3358

3459
* **Uncategorized**
60+
- Release crates-index-diff v22.0.0 ([`084acc8`](https://github.com/Byron/crates-index-diff-rs/commit/084acc82ea23d0708ca00c91d9da1c6b9511731d))
3561
- Prepare changelog prior to release ([`98f24fe`](https://github.com/Byron/crates-index-diff-rs/commit/98f24fe5c12769747bf75468611a2540da9a46ce))
3662
- Merge branch 'maintenance' ([`2170563`](https://github.com/Byron/crates-index-diff-rs/commit/2170563649502c02166989355b60fdc6f7605889))
3763
- Turns out that using the resource cache is too costly ([`ad50624`](https://github.com/Byron/crates-index-diff-rs/commit/ad506243c6083d540f6691fb7ed3ec669c6e1977))

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 = "22.0.0"
9+
version = "23.0.0"
1010
edition = "2018"
1111
readme = "changelog.md"
1212
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)