Skip to content

Commit 060d392

Browse files
committed
Release crates-index-diff v28.0.0
1 parent 44c5806 commit 060d392

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ 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+
## 28.0.0 (2025-04-26)
9+
10+
### Bug Fixes (BREAKING)
11+
12+
- <csr-id-44c5806ce4c27f821ba1562086df85f429fc1464/> Upgrade to gix 0.72
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 1 commit 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+
- Upgrade to gix 0.72 ([`44c5806`](https://github.com/Byron/crates-index-diff-rs/commit/44c5806ce4c27f821ba1562086df85f429fc1464))
30+
</details>
31+
832
## 27.0.0 (2025-04-07)
933

1034
### New Features (BREAKING)
@@ -15,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1539

1640
<csr-read-only-do-not-edit/>
1741

18-
- 2 commits contributed to the release.
42+
- 3 commits contributed to the release.
1943
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2044
- 0 issues like '(#ID)' were seen in commit messages
2145

@@ -26,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2650
<details><summary>view details</summary>
2751

2852
* **Uncategorized**
53+
- Release crates-index-diff v27.0.0 ([`39fda30`](https://github.com/Byron/crates-index-diff-rs/commit/39fda304b45cb38cb3f6c015165cc9a8713ca54f))
2954
- Merge branch 'gix-upgrade' ([`ca19e2c`](https://github.com/Byron/crates-index-diff-rs/commit/ca19e2ce7d4c3e72e1a79e0eb7b04b33033256cb))
3055
- Upgrade gix to 0.71 ([`a694874`](https://github.com/Byron/crates-index-diff-rs/commit/a694874b36c4b745d9a720ee7ce07642f3a0a872))
3156
</details>

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

0 commit comments

Comments
 (0)