Skip to content

Commit 3a1ecd1

Browse files
committed
Release crates-index-diff v11.1.6
1 parent 4ce0021 commit 3a1ecd1

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ 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.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+
837
## 11.1.5 (2022-09-02)
938

1039
### Bug Fixes
@@ -23,7 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2352

2453
<csr-read-only-do-not-edit/>
2554

26-
- 1 commit contributed to the release.
55+
- 2 commits contributed to the release.
2756
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2857
- 0 issues like '(#ID)' where seen in commit messages
2958

@@ -34,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3463
<details><summary>view details</summary>
3564

3665
* **Uncategorized**
66+
- Release crates-index-diff v11.1.5 ([`516a779`](https://github.com/Byron/crates-index-diff-rs/commit/516a779f861abeb3972ec721512fe424ab70d8e6))
3767
- Ignore all changed files with an extension. ([`8af61f2`](https://github.com/Byron/crates-index-diff-rs/commit/8af61f2a20eee72b0e53ae3b6ce22a3a9d52546c))
3868
</details>
3969

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

0 commit comments

Comments
 (0)