Skip to content

Commit 39fda30

Browse files
committed
Release crates-index-diff v27.0.0
1 parent ca19e2c commit 39fda30

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +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+
## 27.0.0 (2025-04-07)
9+
10+
### New Features (BREAKING)
11+
12+
- <csr-id-a694874b36c4b745d9a720ee7ce07642f3a0a872/> upgrade gix to 0.71
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 2 commits contributed to the release.
19+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
20+
- 0 issues like '(#ID)' were seen in commit messages
21+
22+
### Commit Details
23+
24+
<csr-read-only-do-not-edit/>
25+
26+
<details><summary>view details</summary>
27+
28+
* **Uncategorized**
29+
- Merge branch 'gix-upgrade' ([`ca19e2c`](https://github.com/Byron/crates-index-diff-rs/commit/ca19e2ce7d4c3e72e1a79e0eb7b04b33033256cb))
30+
- Upgrade gix to 0.71 ([`a694874`](https://github.com/Byron/crates-index-diff-rs/commit/a694874b36c4b745d9a720ee7ce07642f3a0a872))
31+
</details>
32+
833
## 26.0.0 (2024-10-25)
934

35+
<csr-id-3ea251d6fbe971c4b9af6829971a1c98fc9c4d57/>
36+
1037
### New Features
1138

1239
- <csr-id-3bd1c11f02aeebefa4d60e62c7b55cb71322d4a8/> use github fast path to check for changes before git pull
@@ -19,7 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1946

2047
<csr-read-only-do-not-edit/>
2148

22-
- 4 commits contributed to the release.
49+
- 5 commits contributed to the release.
2350
- 107 days passed between releases.
2451
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
2552
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3158
<details><summary>view details</summary>
3259

3360
* **Uncategorized**
61+
- Release crates-index-diff v26.0.0 ([`3f22952`](https://github.com/Byron/crates-index-diff-rs/commit/3f22952c5d6266bc335a03bb0821b3828b32f37c))
3462
- Merge branch 'upgrade-gix' ([`76b2bdb`](https://github.com/Byron/crates-index-diff-rs/commit/76b2bdb776ffaabcd087f2251e9a0ed803b2b9cc))
3563
- Upgrade gix to v0.67 ([`3ea251d`](https://github.com/Byron/crates-index-diff-rs/commit/3ea251d6fbe971c4b9af6829971a1c98fc9c4d57))
3664
- Merge pull request #47 from syphar/github-fast-path ([`1ada2f1`](https://github.com/Byron/crates-index-diff-rs/commit/1ada2f120b6f20650c63bf78567e63a6364d19f6))

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

0 commit comments

Comments
 (0)