Skip to content

Commit 46d94b5

Browse files
committed
prepare changelog prior to release (#26)
1 parent 7ea3d6e commit 46d94b5

File tree

1 file changed

+48
-1
lines changed

1 file changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,52 @@ 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+
## 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+
854
## 13.0.2 (2022-11-08)
955

1056
### Features
@@ -15,7 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1561

1662
<csr-read-only-do-not-edit/>
1763

18-
- 9 commits contributed to the release.
64+
- 10 commits contributed to the release.
1965
- 28 days passed between releases.
2066
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
2167
- 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
2773
<details><summary>view details</summary>
2874

2975
* **Uncategorized**
76+
- Release crates-index-diff v13.0.2 ([`3708131`](https://github.com/Byron/crates-index-diff-rs/commit/3708131ce4eb40bb500ab430bd10c5142f423cf8))
3077
- prepare changelog prior to release ([`adecda5`](https://github.com/Byron/crates-index-diff-rs/commit/adecda5290674442baf4315772103200fdb7ad8b))
3178
- Merge branch 'git-repository-upgrade' ([`b28b7ca`](https://github.com/Byron/crates-index-diff-rs/commit/b28b7ca065bec9ff894ee9c0639ae441564f56fd))
3279
- upgrade to git-repository v0.27 ([`377065e`](https://github.com/Byron/crates-index-diff-rs/commit/377065ecbbbe8dfa0817873fd03b80f9e70bb7aa))

0 commit comments

Comments
 (0)