Skip to content

Commit 752ba0c

Browse files
committed
Release crates-index-diff v21.0.0
1 parent 34d3510 commit 752ba0c

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,44 @@ 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+
## 21.0.0 (2023-09-25)
9+
10+
### New Features (BREAKING)
11+
12+
- <csr-id-34d3510e2828e910079d1f32c73a5a59a4306f86/> upgrade to `gix` v0.54 (from v0.50)
13+
This may produce smaller binaries.
14+
15+
Further, no performance option is set anymore to leave this in the hands of
16+
the final binary.
17+
18+
### Commit Statistics
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
- 6 commits contributed to the release over the course of 83 calendar days.
23+
- 83 days passed between releases.
24+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
25+
- 0 issues like '(#ID)' were seen in commit messages
26+
27+
### Commit Details
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
<details><summary>view details</summary>
32+
33+
* **Uncategorized**
34+
- Upgrade to `gix` v0.54 (from v0.50) ([`34d3510`](https://github.com/Byron/crates-index-diff-rs/commit/34d3510e2828e910079d1f32c73a5a59a4306f86))
35+
- Merge branch 'uprade-crates-index' ([`922e962`](https://github.com/Byron/crates-index-diff-rs/commit/922e9620b4e757a0e62a8f5c038cfdea84324c4a))
36+
- Upgrade to latest version of crates-index to remove git2 ([`fa1b21c`](https://github.com/Byron/crates-index-diff-rs/commit/fa1b21c15b01cbf3e974e6083a72e548377afcd5))
37+
- Merge branch 'test-version-delete' ([`e200a56`](https://github.com/Byron/crates-index-diff-rs/commit/e200a5683bc8442032178c07156dc662f5d3bfaf))
38+
- Add a test specifically for the `VersionDeleted` variant. ([`959c566`](https://github.com/Byron/crates-index-diff-rs/commit/959c5665b282796d47560e1ee29d131f678f2df1))
39+
- Refactor ([`b0f84d0`](https://github.com/Byron/crates-index-diff-rs/commit/b0f84d0dadf29d1f68c1a20a50dd4d29e12f4a56))
40+
</details>
41+
842
## 20.0.0 (2023-07-04)
943

44+
<csr-id-9946196a2b34abd88143e489cac1c57012b4cc57/>
45+
1046
### Chore
1147

1248
- <csr-id-9946196a2b34abd88143e489cac1c57012b4cc57/> uprgade `gix` to `v0.48`
@@ -25,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2561

2662
<csr-read-only-do-not-edit/>
2763

28-
- 4 commits contributed to the release over the course of 10 calendar days.
64+
- 5 commits contributed to the release over the course of 10 calendar days.
2965
- 11 days passed between releases.
3066
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
3167
- 0 issues like '(#ID)' were seen in commit messages
@@ -37,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3773
<details><summary>view details</summary>
3874

3975
* **Uncategorized**
76+
- Release crates-index-diff v20.0.0 ([`dd27cae`](https://github.com/Byron/crates-index-diff-rs/commit/dd27caea0340f2a4c96f7c60326a06e314b4e628))
4077
- Split `Change::Delete` into `Change::VersionDeleted` and `Change::CrateDeleted`. ([`2c59dd4`](https://github.com/Byron/crates-index-diff-rs/commit/2c59dd4a4b0aff3898fc8c8a2186b6d6a7f0692a))
4178
- Uprgade `gix` to `v0.48` ([`9946196`](https://github.com/Byron/crates-index-diff-rs/commit/9946196a2b34abd88143e489cac1c57012b4cc57))
4279
- Split VersionDeleted from crate-deletes ([`2caf814`](https://github.com/Byron/crates-index-diff-rs/commit/2caf81493f2f8fe8142310507f9d4c1a7fbd248f))

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

0 commit comments

Comments
 (0)