Skip to content

Commit 084acc8

Browse files
committed
Release crates-index-diff v22.0.0
1 parent 98f24fe commit 084acc8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ 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-
## Unreleased
8+
## 22.0.0 (2023-12-29)
9+
10+
<csr-id-bc3a8a29ad232de6dc2cd354f2cf28d41d897e8b/>
911

1012
A maintenance release without any API changes. The major version bump is just to signal the change
1113
of the `gix` dependency to version v0.57.
@@ -18,7 +20,7 @@ of the `gix` dependency to version v0.57.
1820

1921
<csr-read-only-do-not-edit/>
2022

21-
- 4 commits contributed to the release.
23+
- 5 commits contributed to the release.
2224
- 53 days passed between releases.
2325
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2426
- 0 issues like '(#ID)' were seen in commit messages
@@ -30,6 +32,7 @@ of the `gix` dependency to version v0.57.
3032
<details><summary>view details</summary>
3133

3234
* **Uncategorized**
35+
- Prepare changelog prior to release ([`98f24fe`](https://github.com/Byron/crates-index-diff-rs/commit/98f24fe5c12769747bf75468611a2540da9a46ce))
3336
- Merge branch 'maintenance' ([`2170563`](https://github.com/Byron/crates-index-diff-rs/commit/2170563649502c02166989355b60fdc6f7605889))
3437
- Turns out that using the resource cache is too costly ([`ad50624`](https://github.com/Byron/crates-index-diff-rs/commit/ad506243c6083d540f6691fb7ed3ec669c6e1977))
3538
- Remove git-lfs ([`2206723`](https://github.com/Byron/crates-index-diff-rs/commit/2206723daa98048ab1b7f87a3b74f8bd8cc793c9))

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

0 commit comments

Comments
 (0)