@@ -5,6 +5,52 @@ 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
+ ## Unreleased
9
+
10
+ ### Bug Fixes
11
+
12
+ - <csr-id-51c5109c30d42eabf0a4ee4c8272aaec3275b556 /> assure differences are handled exhaustively.
13
+ Previously it was possible to have multiple diffs in one crate
14
+ distributed over multiple commits to rightfully show up as multiple
15
+ hunks of modified and added lines only register the modified lines,
16
+ not the new ones (or the deleted ones for that matter).
17
+
18
+ This would cause updates or removals to be missed.
19
+
20
+ Now hunks of changes are exhaused properly, fixing [ the issue] ( https://github.com/Byron/crates-index-diff-rs/issues/26 ) .
21
+
22
+ ### Commit Statistics
23
+
24
+ <csr-read-only-do-not-edit />
25
+
26
+ - 7 commits contributed to the release.
27
+ - 9 days passed between releases.
28
+ - 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
29
+ - 1 unique issue was worked on: [ #26 ] ( https://github.com/Byron/crates-index-diff-rs/issues/26 )
30
+
31
+ ### Thanks Clippy
32
+
33
+ <csr-read-only-do-not-edit />
34
+
35
+ [ Clippy] ( https://github.com/rust-lang/rust-clippy ) helped 1 time to make code idiomatic.
36
+
37
+ ### Commit Details
38
+
39
+ <csr-read-only-do-not-edit />
40
+
41
+ <details ><summary >view details</summary >
42
+
43
+ * ** [ #26 ] ( https://github.com/Byron/crates-index-diff-rs/issues/26 ) **
44
+ - refactor ([ ` 87678db ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/87678db79a798c17575678c233dc9d21f4e16d70 ) )
45
+ - thanks clippy ([ ` 425fd57 ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/425fd57b8223d8fb35503b7aee06f16c403d1ea5 ) )
46
+ - refactor ([ ` d059360 ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/d0593607c76e7b31fd8ac91a0068de128e6bfaf4 ) )
47
+ - assure differences are handled exhaustively. ([ ` 51c5109 ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/51c5109c30d42eabf0a4ee4c8272aaec3275b556 ) )
48
+ - reproduce issue ([ ` 69c8f43 ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/69c8f43829166949e7afeb8d42c8076480bc3c08 ) )
49
+ - Add test fixtures for reproduction ([ ` 462d44f ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/462d44fd019ea2544c070163a2ec2839f9c57b4d ) )
50
+ * ** Uncategorized**
51
+ - Merge branch 'fix-26' ([ ` 7ea3d6e ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/7ea3d6e89e4804ff1cdfa664c9454f433ca35dc8 ) )
52
+ </details >
53
+
8
54
## 13.0.2 (2022-11-08)
9
55
10
56
### Features
@@ -15,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
61
16
62
<csr-read-only-do-not-edit />
17
63
18
- - 9 commits contributed to the release.
64
+ - 10 commits contributed to the release.
19
65
- 28 days passed between releases.
20
66
- 0 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
21
67
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
73
<details ><summary >view details</summary >
28
74
29
75
* ** Uncategorized**
76
+ - Release crates-index-diff v13.0.2 ([ ` 3708131 ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/3708131ce4eb40bb500ab430bd10c5142f423cf8 ) )
30
77
- prepare changelog prior to release ([ ` adecda5 ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/adecda5290674442baf4315772103200fdb7ad8b ) )
31
78
- Merge branch 'git-repository-upgrade' ([ ` b28b7ca ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/b28b7ca065bec9ff894ee9c0639ae441564f56fd ) )
32
79
- upgrade to git-repository v0.27 ([ ` 377065e ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/377065ecbbbe8dfa0817873fd03b80f9e70bb7aa ) )
0 commit comments