You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+42-1Lines changed: 42 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,48 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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))
- Upgrade to `gix v0.47` (from v0.45). ([`f726287`](https://github.com/Byron/crates-index-diff-rs/commit/f726287f574093c1cbbe3c5a1b44f85695591d27))
33
74
- Try to fix the baseline test which now starts failing on CI ([`892561a`](https://github.com/Byron/crates-index-diff-rs/commit/892561a0ef352a22880c76555c3de612a74b416f))
0 commit comments