Skip to content

Commit 3f22952

Browse files
committed
Release crates-index-diff v26.0.0
1 parent 76b2bdb commit 3f22952

File tree

2 files changed

+38
-10
lines changed

2 files changed

+38
-10
lines changed

CHANGELOG.md

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
## 26.0.0 (2024-10-25)
9+
10+
### New Features
11+
12+
- <csr-id-3bd1c11f02aeebefa4d60e62c7b55cb71322d4a8/> use github fast path to check for changes before git pull
13+
14+
### Chore (BREAKING)
15+
16+
- <csr-id-3ea251d6fbe971c4b9af6829971a1c98fc9c4d57/> upgrade gix to v0.67
17+
18+
### Commit Statistics
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
- 4 commits contributed to the release.
23+
- 107 days passed between releases.
24+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
25+
- 0 issues like '(#ID)' were seen in commit messages
26+
27+
### Commit Details
28+
29+
<csr-read-only-do-not-edit/>
30+
31+
<details><summary>view details</summary>
32+
33+
* **Uncategorized**
34+
- Merge branch 'upgrade-gix' ([`76b2bdb`](https://github.com/Byron/crates-index-diff-rs/commit/76b2bdb776ffaabcd087f2251e9a0ed803b2b9cc))
35+
- Upgrade gix to v0.67 ([`3ea251d`](https://github.com/Byron/crates-index-diff-rs/commit/3ea251d6fbe971c4b9af6829971a1c98fc9c4d57))
36+
- Merge pull request #47 from syphar/github-fast-path ([`1ada2f1`](https://github.com/Byron/crates-index-diff-rs/commit/1ada2f120b6f20650c63bf78567e63a6364d19f6))
37+
- Use github fast path to check for changes before git pull ([`3bd1c11`](https://github.com/Byron/crates-index-diff-rs/commit/3bd1c11f02aeebefa4d60e62c7b55cb71322d4a8))
38+
</details>
39+
840
## 25.0.0 (2024-07-10)
941

1042
Upgrade `gix` to 0.63 and crates-index to use the same version of `gix` that contain security fixes.
@@ -13,7 +45,7 @@ Upgrade `gix` to 0.63 and crates-index to use the same version of `gix` that con
1345

1446
<csr-read-only-do-not-edit/>
1547

16-
- 2 commits contributed to the release.
48+
- 3 commits contributed to the release.
1749
- 85 days passed between releases.
1850
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1951
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +57,7 @@ Upgrade `gix` to 0.63 and crates-index to use the same version of `gix` that con
2557
<details><summary>view details</summary>
2658

2759
* **Uncategorized**
60+
- Release crates-index-diff v25.0.0 ([`674bdfc`](https://github.com/Byron/crates-index-diff-rs/commit/674bdfcf398b260ab63bb4c79c1894d7602dca0e))
2861
- Set version number for new release and prepare changelog. ([`f4f4592`](https://github.com/Byron/crates-index-diff-rs/commit/f4f4592034fd2fc5f7d1aec47ee8f11695dcf916))
2962
- Upgrade gix, gix-testtools & crates-index ([`4419a58`](https://github.com/Byron/crates-index-diff-rs/commit/4419a58b101b45b8cc3967cd0ab1ba469ecf3c29))
3063
</details>
@@ -42,7 +75,6 @@ Upgrade `gix` to 0.63 and crates-index to use the same version of `gix` that con
4275
<csr-read-only-do-not-edit/>
4376

4477
- 3 commits contributed to the release.
45-
- 78 days passed between releases.
4678
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
4779
- 0 issues like '(#ID)' were seen in commit messages
4880

@@ -147,7 +179,6 @@ of the `gix` dependency to version v0.57.
147179
<csr-read-only-do-not-edit/>
148180

149181
- 6 commits contributed to the release.
150-
- 41 days passed between releases.
151182
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
152183
- 0 issues like '(#ID)' were seen in commit messages
153184

@@ -318,7 +349,6 @@ of the `gix` dependency to version v0.57.
318349
<csr-read-only-do-not-edit/>
319350

320351
- 4 commits contributed to the release.
321-
- 82 days passed between releases.
322352
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
323353
- 0 issues like '(#ID)' were seen in commit messages
324354

@@ -693,7 +723,6 @@ for his contribution. Thank you!
693723
<csr-read-only-do-not-edit/>
694724

695725
- 10 commits contributed to the release.
696-
- 28 days passed between releases.
697726
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
698727
- 0 issues like '(#ID)' were seen in commit messages
699728

@@ -1473,7 +1502,7 @@ This release is v11.2, but correctly indicates the **breaking change** introduce
14731502
- Refactor for more flexibility; bump version ([`eb244b7`](https://github.com/Byron/crates-index-diff-rs/commit/eb244b7e2ba4a860b6979d7eb8fafdf7cdcf5517))
14741503
</details>
14751504

1476-
## v6.1.0 (2020-03-02)
1505+
## v6.1.0 (2020-03-03)
14771506

14781507
* Add support for progress messages by adding the `(fetch|peek)_changes_with_options(git2::FetchOptions)` variants.
14791508

@@ -1495,7 +1524,7 @@ This release is v11.2, but correctly indicates the **breaking change** introduce
14951524
- Support for progress messages ([`0167119`](https://github.com/Byron/crates-index-diff-rs/commit/0167119f67aa76ced8a45e708f6bf6b4e4345c37))
14961525
</details>
14971526

1498-
## v6.0.0 (2020-03-02)
1527+
## v6.0.0 (2020-03-03)
14991528

15001529
* Update to git2 v0.12.0
15011530

@@ -1718,7 +1747,6 @@ This release is v11.2, but correctly indicates the **breaking change** introduce
17181747
<csr-read-only-do-not-edit/>
17191748

17201749
- 2 commits contributed to the release.
1721-
- 474 days passed between releases.
17221750
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
17231751
- 0 issues like '(#ID)' were seen in commit messages
17241752

@@ -1746,7 +1774,7 @@ This release is v11.2, but correctly indicates the **breaking change** introduce
17461774

17471775
<csr-read-only-do-not-edit/>
17481776

1749-
- 6 commits contributed to the release over the course of 4 calendar days.
1777+
- 6 commits contributed to the release.
17501778
- 441 days passed between releases.
17511779
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
17521780
- 0 issues like '(#ID)' were seen in commit messages

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

0 commit comments

Comments
 (0)