Skip to content

Commit dd27cae

Browse files
committed
Release crates-index-diff v20.0.0
1 parent 2c59dd4 commit dd27cae

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

CHANGELOG.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,48 @@ 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+
## 20.0.0 (2023-07-04)
9+
10+
### Chore
11+
12+
- <csr-id-9946196a2b34abd88143e489cac1c57012b4cc57/> uprgade `gix` to `v0.48`
13+
14+
### Bug Fixes (BREAKING)
15+
16+
- <csr-id-2c59dd4a4b0aff3898fc8c8a2186b6d6a7f0692a/> split `Change::Delete` into `Change::VersionDeleted` and `Change::CrateDeleted`.
17+
This resolves an ambiguity (facilitated by incorrect documentation) that would emit
18+
`Change::Delete` when a single version was deleted, even though downstream that would
19+
rightfully be interpreted as deleting the whole crate.
20+
21+
Adimittedly, previously there were no single-version deletions, just yanks, so we didn't
22+
think of it either.
23+
24+
### Commit Statistics
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
- 4 commits contributed to the release over the course of 10 calendar days.
29+
- 11 days passed between releases.
30+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
31+
- 0 issues like '(#ID)' were seen in commit messages
32+
33+
### Commit Details
34+
35+
<csr-read-only-do-not-edit/>
36+
37+
<details><summary>view details</summary>
38+
39+
* **Uncategorized**
40+
- Split `Change::Delete` into `Change::VersionDeleted` and `Change::CrateDeleted`. ([`2c59dd4`](https://github.com/Byron/crates-index-diff-rs/commit/2c59dd4a4b0aff3898fc8c8a2186b6d6a7f0692a))
41+
- Uprgade `gix` to `v0.48` ([`9946196`](https://github.com/Byron/crates-index-diff-rs/commit/9946196a2b34abd88143e489cac1c57012b4cc57))
42+
- Split VersionDeleted from crate-deletes ([`2caf814`](https://github.com/Byron/crates-index-diff-rs/commit/2caf81493f2f8fe8142310507f9d4c1a7fbd248f))
43+
- Fix stress-test invocation ([`967836b`](https://github.com/Byron/crates-index-diff-rs/commit/967836bf63451021817c30c4d9c35d2cae720bea))
44+
</details>
45+
846
## 19.0.0 (2023-06-22)
947

48+
<csr-id-f726287f574093c1cbbe3c5a1b44f85695591d27/>
49+
1050
### Chore (BREAKING)
1151

1252
- <csr-id-f726287f574093c1cbbe3c5a1b44f85695591d27/> upgrade to `gix v0.47` (from v0.45).
@@ -17,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1757

1858
<csr-read-only-do-not-edit/>
1959

20-
- 2 commits contributed to the release over the course of 13 calendar days.
60+
- 3 commits contributed to the release over the course of 13 calendar days.
2161
- 13 days passed between releases.
2262
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2363
- 0 issues like '(#ID)' were seen in commit messages
@@ -29,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2969
<details><summary>view details</summary>
3070

3171
* **Uncategorized**
72+
- Release crates-index-diff v19.0.0 ([`f54eabd`](https://github.com/Byron/crates-index-diff-rs/commit/f54eabd9b458948bdc66a738c7f8fe546e812dba))
3273
- Upgrade to `gix v0.47` (from v0.45). ([`f726287`](https://github.com/Byron/crates-index-diff-rs/commit/f726287f574093c1cbbe3c5a1b44f85695591d27))
3374
- Try to fix the baseline test which now starts failing on CI ([`892561a`](https://github.com/Byron/crates-index-diff-rs/commit/892561a0ef352a22880c76555c3de612a74b416f))
3475
</details>

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

0 commit comments

Comments
 (0)