Skip to content

Commit 167a34a

Browse files
committed
Release crates-index-diff v21.1.0
1 parent 28f0d1f commit 167a34a

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,47 @@ 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+
## 21.1.0 (2023-11-06)
9+
10+
### Chore
11+
12+
- <csr-id-e8b2c90602670e09653b0d77bcf109bca5afa6d7/> upgrade `gix` to 0.55.2
13+
14+
### New Features
15+
16+
- <csr-id-c404f6774b09e80aa3cc9569d740c58f54e2b716/> deterministic order if multiple changes are applied in one modification.
17+
This can happen if a crate is yanked and unyanked in one commit, which happens
18+
in practice even though I am not sure how it's possible.
19+
20+
Related issue: https://github.com/rust-lang/docs.rs/issues/2295
21+
22+
### Other
23+
24+
- <csr-id-79579872c0afdfd112eb2f24ac74dd28148f34b9/> improve docs and be more clear about ordering.
25+
26+
### Commit Statistics
27+
28+
<csr-read-only-do-not-edit/>
29+
30+
- 5 commits contributed to the release.
31+
- 41 days passed between releases.
32+
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
33+
- 0 issues like '(#ID)' were seen in commit messages
34+
35+
### Commit Details
36+
37+
<csr-read-only-do-not-edit/>
38+
39+
<details><summary>view details</summary>
40+
41+
* **Uncategorized**
42+
- Merge branch 'improvements' ([`28f0d1f`](https://github.com/Byron/crates-index-diff-rs/commit/28f0d1feedf57357005a11803919e91d9965394e))
43+
- Upgrade `gix` to 0.55.2 ([`e8b2c90`](https://github.com/Byron/crates-index-diff-rs/commit/e8b2c90602670e09653b0d77bcf109bca5afa6d7))
44+
- Deterministic order if multiple changes are applied in one modification. ([`c404f67`](https://github.com/Byron/crates-index-diff-rs/commit/c404f6774b09e80aa3cc9569d740c58f54e2b716))
45+
- Assure `gix` versions are synced in the entire tree. ([`8576bc7`](https://github.com/Byron/crates-index-diff-rs/commit/8576bc79ff0980d3e0fef4447d71e8a522803ef9))
46+
- Improve docs and be more clear about ordering. ([`7957987`](https://github.com/Byron/crates-index-diff-rs/commit/79579872c0afdfd112eb2f24ac74dd28148f34b9))
47+
</details>
48+
849
## 21.0.0 (2023-09-25)
950

1051
### New Features (BREAKING)
@@ -19,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1960

2061
<csr-read-only-do-not-edit/>
2162

22-
- 6 commits contributed to the release over the course of 83 calendar days.
63+
- 7 commits contributed to the release over the course of 83 calendar days.
2364
- 83 days passed between releases.
2465
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2566
- 0 issues like '(#ID)' were seen in commit messages
@@ -31,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3172
<details><summary>view details</summary>
3273

3374
* **Uncategorized**
75+
- Release crates-index-diff v21.0.0 ([`752ba0c`](https://github.com/Byron/crates-index-diff-rs/commit/752ba0c50d9194d096c8c6421b6089d37839d3d6))
3476
- Upgrade to `gix` v0.54 (from v0.50) ([`34d3510`](https://github.com/Byron/crates-index-diff-rs/commit/34d3510e2828e910079d1f32c73a5a59a4306f86))
3577
- Merge branch 'uprade-crates-index' ([`922e962`](https://github.com/Byron/crates-index-diff-rs/commit/922e9620b4e757a0e62a8f5c038cfdea84324c4a))
3678
- Upgrade to latest version of crates-index to remove git2 ([`fa1b21c`](https://github.com/Byron/crates-index-diff-rs/commit/fa1b21c15b01cbf3e974e6083a72e548377afcd5))

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

0 commit comments

Comments
 (0)