Skip to content

Commit 9d17c5a

Browse files
committed
Release crates-index-diff v16.0.0
1 parent 8082588 commit 9d17c5a

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ 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+
## 16.0.0 (2023-02-21)
9+
10+
### Bug Fixes (BREAKING)
11+
12+
- <csr-id-80825885a819fc273ddd29e8598c145cda47852c/> upgrade from `git-repository` to `gix`
13+
This change renames the public re-export from `git` to `gix` as well
14+
for consistency.
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 1 commit contributed to the release.
21+
- 77 days passed between releases.
22+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
23+
- 0 issues like '(#ID)' were seen in commit messages
24+
25+
### Commit Details
26+
27+
<csr-read-only-do-not-edit/>
28+
29+
<details><summary>view details</summary>
30+
31+
* **Uncategorized**
32+
- upgrade from `git-repository` to `gix` ([`8082588`](https://github.com/Byron/crates-index-diff-rs/commit/80825885a819fc273ddd29e8598c145cda47852c))
33+
</details>
34+
835
## 15.0.2 (2022-12-05)
936

1037
### Bug Fixes
@@ -15,8 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1542

1643
<csr-read-only-do-not-edit/>
1744

18-
- 1 commit contributed to the release.
19-
- 1 day passed between releases.
45+
- 2 commits contributed to the release over the course of 8 calendar days.
46+
- 9 days passed between releases.
2047
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2148
- 0 issues like '(#ID)' were seen in commit messages
2249

@@ -27,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2754
<details><summary>view details</summary>
2855

2956
* **Uncategorized**
57+
- Release crates-index-diff v15.0.2 ([`7ea9dda`](https://github.com/Byron/crates-index-diff-rs/commit/7ea9dda2a9ca3702dbafbb2009c3c801bfb34669))
3058
- `Index::peek_changes_ordered()` now actually provides ordered changes. ([`44a5579`](https://github.com/Byron/crates-index-diff-rs/commit/44a5579feb424abcb2d6d75e0631577f1c71b33b))
3159
</details>
3260

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

0 commit comments

Comments
 (0)