Skip to content

Commit 708288f

Browse files
committed
Release crates-index-diff v11.1.1
1 parent 28de9d4 commit 708288f

File tree

2 files changed

+69
-31
lines changed

2 files changed

+69
-31
lines changed

CHANGELOG.md

Lines changed: 68 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,43 @@ 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+
## 11.1.1 (2022-08-31)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-28de9d4a6385bd495dbf93ef0d2b58e00e993104/> Consider all crates yanked if 'yanked = true'.
13+
Previously, due to a missing test, a bug snuck in that would assume
14+
that all lines in an added files must be new versions, marking them
15+
as `Change::Added`. This ignored the fact that any line could also
16+
carry a yanked crate, misrepresenting them.
17+
18+
This is now fixed, and yanked crates generally show up as
19+
`Change::Yanked`.
20+
21+
One might take this as a hint that diffentiating by yank status might
22+
not be that useful after all as it doesn't scale that well. Maybe
23+
a future version changes how `Change` is represented.
24+
25+
### Commit Statistics
26+
27+
<csr-read-only-do-not-edit/>
28+
29+
- 2 commits contributed to the release.
30+
- 1 day passed between releases.
31+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
32+
- 1 unique issue was worked on: [#19](https://github.com/Byron/crates-index-diff-rs/issues/19)
33+
34+
### Commit Details
35+
36+
<csr-read-only-do-not-edit/>
37+
38+
<details><summary>view details</summary>
39+
40+
* **[#19](https://github.com/Byron/crates-index-diff-rs/issues/19)**
41+
- Consider all crates yanked if 'yanked = true'. ([`28de9d4`](https://github.com/Byron/crates-index-diff-rs/commit/28de9d4a6385bd495dbf93ef0d2b58e00e993104))
42+
- Add failing test ([`89378e1`](https://github.com/Byron/crates-index-diff-rs/commit/89378e10b395cb1c0d963557d46568fda7b49f7b))
43+
</details>
44+
845
## 11.1.0 (2022-08-30)
946

1047
### New Features
@@ -25,9 +62,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2562

2663
<csr-read-only-do-not-edit/>
2764

28-
- 4 commits contributed to the release over the course of 1 calendar day.
65+
- 5 commits contributed to the release over the course of 1 calendar day.
2966
- 1 day passed between releases.
30-
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
67+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
3168
- 1 unique issue was worked on: [#16](https://github.com/Byron/crates-index-diff-rs/issues/16)
3269

3370
### Commit Details
@@ -39,6 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3976
* **[#16](https://github.com/Byron/crates-index-diff-rs/issues/16)**
4077
- fix assertion message ([`51559b8`](https://github.com/Byron/crates-index-diff-rs/commit/51559b87a7c6b28b626e74b64445335d9a9f813a))
4178
* **Uncategorized**
79+
- Release crates-index-diff v11.1.0 ([`01ca770`](https://github.com/Byron/crates-index-diff-rs/commit/01ca770ba0e2fd14994c6ca5ba1ecfa6c0349fa3))
4280
- make the name of the remote configurable. ([`09489ab`](https://github.com/Byron/crates-index-diff-rs/commit/09489ab888124954119c70a5828f0e1011198253))
4381
- assure refs can be reet when fetching to support squashing. ([`cdcac41`](https://github.com/Byron/crates-index-diff-rs/commit/cdcac4127490713de60e19d007ebcac0a2459c0d))
4482
- Add test to validate we can deal with squashed indices ([`ed4ba38`](https://github.com/Byron/crates-index-diff-rs/commit/ed4ba38ce3875372c35cbd9476b1e922065f2f78))
@@ -66,7 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66104

67105
- 39 commits contributed to the release over the course of 1 calendar day.
68106
- 97 days passed between releases.
69-
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
107+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
70108
- 1 unique issue was worked on: [#16](https://github.com/Byron/crates-index-diff-rs/issues/16)
71109

72110
### Thanks Clippy
@@ -146,7 +184,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146184

147185
- 10 commits contributed to the release over the course of 84 calendar days.
148186
- 85 days passed between releases.
149-
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
187+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
150188
- 0 issues like '(#ID)' where seen in commit messages
151189

152190
### Thanks Clippy
@@ -184,7 +222,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
184222

185223
- 7 commits contributed to the release.
186224
- 12 days passed between releases.
187-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
225+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
188226
- 0 issues like '(#ID)' where seen in commit messages
189227

190228
### Commit Details
@@ -213,7 +251,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
213251

214252
- 4 commits contributed to the release.
215253
- 197 days passed between releases.
216-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
254+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
217255
- 0 issues like '(#ID)' where seen in commit messages
218256

219257
### Commit Details
@@ -239,7 +277,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
239277

240278
- 6 commits contributed to the release.
241279
- 429 days passed between releases.
242-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
280+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
243281
- 1 unique issue was worked on: [#11](https://github.com/Byron/crates-index-diff-rs/issues/11)
244282

245283
### Commit Details
@@ -268,7 +306,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
268306

269307
- 2 commits contributed to the release over the course of 1 calendar day.
270308
- 4 days passed between releases.
271-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
309+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
272310
- 0 issues like '(#ID)' where seen in commit messages
273311

274312
### Commit Details
@@ -291,7 +329,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
291329
<csr-read-only-do-not-edit/>
292330

293331
- 3 commits contributed to the release.
294-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
332+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
295333
- 0 issues like '(#ID)' where seen in commit messages
296334

297335
### Commit Details
@@ -316,7 +354,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316354

317355
- 5 commits contributed to the release over the course of 43 calendar days.
318356
- 54 days passed between releases.
319-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
357+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
320358
- 0 issues like '(#ID)' where seen in commit messages
321359

322360
### Commit Details
@@ -343,7 +381,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
343381

344382
- 2 commits contributed to the release.
345383
- 7 days passed between releases.
346-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
384+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
347385
- 0 issues like '(#ID)' where seen in commit messages
348386

349387
### Commit Details
@@ -367,7 +405,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
367405

368406
- 1 commit contributed to the release.
369407
- 16 days passed between releases.
370-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
408+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
371409
- 0 issues like '(#ID)' where seen in commit messages
372410

373411
### Commit Details
@@ -390,7 +428,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
390428

391429
- 1 commit contributed to the release.
392430
- 3 days passed between releases.
393-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
431+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
394432
- 0 issues like '(#ID)' where seen in commit messages
395433

396434
### Commit Details
@@ -412,7 +450,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
412450
<csr-read-only-do-not-edit/>
413451

414452
- 1 commit contributed to the release.
415-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
453+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
416454
- 0 issues like '(#ID)' where seen in commit messages
417455

418456
### Commit Details
@@ -436,7 +474,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
436474

437475
- 1 commit contributed to the release.
438476
- 1 day passed between releases.
439-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
477+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
440478
- 0 issues like '(#ID)' where seen in commit messages
441479

442480
### Commit Details
@@ -461,7 +499,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
461499

462500
- 4 commits contributed to the release over the course of 10 calendar days.
463501
- 10 days passed between releases.
464-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
502+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
465503
- 0 issues like '(#ID)' where seen in commit messages
466504

467505
### Commit Details
@@ -485,7 +523,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
485523

486524
- 2 commits contributed to the release over the course of 13 calendar days.
487525
- 13 days passed between releases.
488-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
526+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
489527
- 0 issues like '(#ID)' where seen in commit messages
490528

491529
### Commit Details
@@ -507,7 +545,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
507545

508546
- 2 commits contributed to the release over the course of 2 calendar days.
509547
- 2 days passed between releases.
510-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
548+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
511549
- 0 issues like '(#ID)' where seen in commit messages
512550

513551
### Commit Details
@@ -528,7 +566,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
528566
<csr-read-only-do-not-edit/>
529567

530568
- 2 commits contributed to the release.
531-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
569+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
532570
- 0 issues like '(#ID)' where seen in commit messages
533571

534572
### Commit Details
@@ -551,7 +589,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
551589
<csr-read-only-do-not-edit/>
552590

553591
- 2 commits contributed to the release.
554-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
592+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
555593
- 0 issues like '(#ID)' where seen in commit messages
556594

557595
### Commit Details
@@ -575,7 +613,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
575613

576614
- 4 commits contributed to the release over the course of 1 calendar day.
577615
- 1 day passed between releases.
578-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
616+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
579617
- 0 issues like '(#ID)' where seen in commit messages
580618

581619
### Commit Details
@@ -602,7 +640,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
602640

603641
- 3 commits contributed to the release.
604642
- 163 days passed between releases.
605-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
643+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
606644
- 0 issues like '(#ID)' where seen in commit messages
607645

608646
### Commit Details
@@ -627,7 +665,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
627665

628666
- 2 commits contributed to the release.
629667
- 47 days passed between releases.
630-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
668+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
631669
- 0 issues like '(#ID)' where seen in commit messages
632670

633671
### Commit Details
@@ -649,7 +687,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
649687

650688
- 2 commits contributed to the release.
651689
- 474 days passed between releases.
652-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
690+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
653691
- 0 issues like '(#ID)' where seen in commit messages
654692

655693
### Commit Details
@@ -678,7 +716,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
678716

679717
- 6 commits contributed to the release over the course of 4 calendar days.
680718
- 441 days passed between releases.
681-
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
719+
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
682720
- 0 issues like '(#ID)' where seen in commit messages
683721

684722
### Commit Details
@@ -715,7 +753,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
715753

716754
- 1 commit contributed to the release.
717755
- 3 days passed between releases.
718-
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
756+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
719757
- 0 issues like '(#ID)' where seen in commit messages
720758

721759
### Commit Details
@@ -743,7 +781,7 @@ Add a tutorial to the documentation.
743781
<csr-read-only-do-not-edit/>
744782

745783
- 1 commit contributed to the release.
746-
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
784+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
747785
- 0 issues like '(#ID)' where seen in commit messages
748786

749787
### Commit Details
@@ -776,7 +814,7 @@ Add a tutorial to the documentation.
776814
<csr-read-only-do-not-edit/>
777815

778816
- 2 commits contributed to the release.
779-
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
817+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
780818
- 0 issues like '(#ID)' where seen in commit messages
781819

782820
### Commit Details
@@ -816,7 +854,7 @@ Add a tutorial to the documentation.
816854
<csr-read-only-do-not-edit/>
817855

818856
- 4 commits contributed to the release.
819-
- 4 commits where understood as [conventional](https://www.conventionalcommits.org).
857+
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
820858
- 0 issues like '(#ID)' where seen in commit messages
821859

822860
### Commit Details
@@ -1000,7 +1038,7 @@ Add a tutorial to the documentation.
10001038
<csr-read-only-do-not-edit/>
10011039

10021040
- 61 commits contributed to the release over the course of 1 calendar day.
1003-
- 61 commits where understood as [conventional](https://www.conventionalcommits.org).
1041+
- 61 commits were understood as [conventional](https://www.conventionalcommits.org).
10041042
- 0 issues like '(#ID)' where seen in commit messages
10051043

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

0 commit comments

Comments
 (0)