Skip to content

Commit f54eabd

Browse files
committed
Release crates-index-diff v19.0.0
1 parent f726287 commit f54eabd

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,38 @@ 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+
## 19.0.0 (2023-06-22)
9+
10+
### Chore (BREAKING)
11+
12+
- <csr-id-f726287f574093c1cbbe3c5a1b44f85695591d27/> upgrade to `gix v0.47` (from v0.45).
13+
This includes integration with gix negotiation algorithms and support for
14+
multi-round negotiation just like git does it.
15+
16+
### Commit Statistics
17+
18+
<csr-read-only-do-not-edit/>
19+
20+
- 2 commits contributed to the release over the course of 13 calendar days.
21+
- 13 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 to `gix v0.47` (from v0.45). ([`f726287`](https://github.com/Byron/crates-index-diff-rs/commit/f726287f574093c1cbbe3c5a1b44f85695591d27))
33+
- Try to fix the baseline test which now starts failing on CI ([`892561a`](https://github.com/Byron/crates-index-diff-rs/commit/892561a0ef352a22880c76555c3de612a74b416f))
34+
</details>
35+
836
## 18.0.0 (2023-06-08)
937

38+
<csr-id-74276037552fc037820854e2c28914d6ac451c22/>
39+
1040
### Chore (BREAKING)
1141

1242
- <csr-id-74276037552fc037820854e2c28914d6ac451c22/> upgrade dependencies
@@ -17,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1747

1848
<csr-read-only-do-not-edit/>
1949

20-
- 1 commit contributed to the release.
50+
- 2 commits contributed to the release.
2151
- 25 days passed between releases.
2252
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2353
- 0 issues like '(#ID)' were seen in commit messages
@@ -29,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2959
<details><summary>view details</summary>
3060

3161
* **Uncategorized**
62+
- Release crates-index-diff v18.0.0 ([`4a94ff8`](https://github.com/Byron/crates-index-diff-rs/commit/4a94ff8cd576b535ab042ea5cab3f1eeb4e40e39))
3263
- Upgrade dependencies ([`7427603`](https://github.com/Byron/crates-index-diff-rs/commit/74276037552fc037820854e2c28914d6ac451c22))
3364
</details>
3465

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

0 commit comments

Comments
 (0)