@@ -5,6 +5,35 @@ 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
+ ## 11.1.6 (2022-09-14)
9
+
10
+ ### Bug Fixes
11
+
12
+ - <csr-id-4ce0021433ba2f4636ff97156ce323c1d8c6042e /> Ignore directory deletions.
13
+ Previously deleted directories would be picked up as crate deletions,
14
+ with the crate name being the deleted directory.
15
+
16
+ Now only file deletions will be assumed to be crate deletions.
17
+
18
+ ### Commit Statistics
19
+
20
+ <csr-read-only-do-not-edit />
21
+
22
+ - 1 commit contributed to the release.
23
+ - 11 days passed between releases.
24
+ - 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
25
+ - 1 unique issue was worked on: [ #20 ] ( https://github.com/Byron/crates-index-diff-rs/issues/20 )
26
+
27
+ ### Commit Details
28
+
29
+ <csr-read-only-do-not-edit />
30
+
31
+ <details ><summary >view details</summary >
32
+
33
+ * ** [ #20 ] ( https://github.com/Byron/crates-index-diff-rs/issues/20 ) **
34
+ - Ignore directory deletions. ([ ` 4ce0021 ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/4ce0021433ba2f4636ff97156ce323c1d8c6042e ) )
35
+ </details >
36
+
8
37
## 11.1.5 (2022-09-02)
9
38
10
39
### Bug Fixes
@@ -23,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
52
24
53
<csr-read-only-do-not-edit />
25
54
26
- - 1 commit contributed to the release.
55
+ - 2 commits contributed to the release.
27
56
- 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
28
57
- 0 issues like '(#ID)' where seen in commit messages
29
58
@@ -34,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
63
<details ><summary >view details</summary >
35
64
36
65
* ** Uncategorized**
66
+ - Release crates-index-diff v11.1.5 ([ ` 516a779 ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/516a779f861abeb3972ec721512fe424ab70d8e6 ) )
37
67
- Ignore all changed files with an extension. ([ ` 8af61f2 ` ] ( https://github.com/Byron/crates-index-diff-rs/commit/8af61f2a20eee72b0e53ae3b6ce22a3a9d52546c ) )
38
68
</details >
39
69
0 commit comments