Skip to content

Commit 0b0ceb8

Browse files
committed
Release crates-index v3.5.0
1 parent 07207bd commit 0b0ceb8

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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+
## 3.5.0 (2024-12-22)
9+
10+
### New Features
11+
12+
- <csr-id-daf488dd8efcec325cda6e48fba644ba2a770d51/> upgrade `gix` to v0.69
13+
14+
### Commit Statistics
15+
16+
<csr-read-only-do-not-edit/>
17+
18+
- 2 commits contributed to the release.
19+
- 11 days passed between releases.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 0 issues like '(#ID)' were seen in commit messages
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **Uncategorized**
30+
- Merge pull request #180 from paolobarbolini/gix-0.69 ([`07207bd`](https://github.com/frewsxcv/rust-crates-index/commit/07207bd37c867e08871cb833074fbbeddcf091b5))
31+
- Upgrade `gix` to v0.69 ([`daf488d`](https://github.com/frewsxcv/rust-crates-index/commit/daf488dd8efcec325cda6e48fba644ba2a770d51))
32+
</details>
33+
834
## 3.4.0 (2024-12-11)
935

1036
### New Features
@@ -15,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1541

1642
<csr-read-only-do-not-edit/>
1743

18-
- 5 commits contributed to the release.
44+
- 6 commits contributed to the release.
1945
- 27 days passed between releases.
2046
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2147
- 0 issues like '(#ID)' were seen in commit messages
@@ -27,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2753
<details><summary>view details</summary>
2854

2955
* **Uncategorized**
56+
- Release crates-index v3.4.0 ([`4e2a1d4`](https://github.com/frewsxcv/rust-crates-index/commit/4e2a1d4ff78d78b9175dd1e39a0a6a3f9645bec1))
3057
- Merge pull request #179 from Eh2406/set_commit ([`42e2d22`](https://github.com/frewsxcv/rust-crates-index/commit/42e2d22e0fd8c909d70b742ad1f866b7a11aa5e9))
3158
- Refactor ([`b4e6379`](https://github.com/frewsxcv/rust-crates-index/commit/b4e63793b894d0e67fdcf1b947ecb953cac68ddc))
3259
- Upgrade `gix` to v0.68 ([`4d5a4e4`](https://github.com/frewsxcv/rust-crates-index/commit/4d5a4e44ab0bfbde74eb269f4c21156d5d854cd3))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "crates-index"
33
description = "Library for retrieving and interacting with the crates.io index"
4-
version = "3.4.0"
4+
version = "3.5.0"
55
homepage = "https://crates.io/crates/crates-index"
66
authors = ["Corey Farwell <[email protected]>", "Kornel <[email protected]>"]
77
keywords = ["packaging", "index", "dependencies", "crate", "meta"]

0 commit comments

Comments
 (0)