Skip to content

Commit fa998ea

Browse files
committed
Release crates-index v3.14.2
1 parent a8b2a87 commit fa998ea

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ 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+
## 3.14.2 (2026-09-03)
99

1010
Add a new `IndexConfig::download_url_with_checksum()` method, and produce more conformant download URLs in general.
1111

1212
### Commit Statistics
1313

1414
<csr-read-only-do-not-edit/>
1515

16-
- 2 commits contributed to the release.
16+
- 4 commits contributed to the release.
1717
- 3 days passed between releases.
1818
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1919
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +25,8 @@ Add a new `IndexConfig::download_url_with_checksum()` method, and produce more c
2525
<details><summary>view details</summary>
2626

2727
* **Uncategorized**
28+
- Update `gix` to the latest version ([`a8b2a87`](https://github.com/syphar/rust-crates-index/commit/a8b2a878b37614e8bdb9dcd9380a998ac0baf015))
29+
- Prepare changelog prior to release ([`1189031`](https://github.com/syphar/rust-crates-index/commit/11890316efc411d23cb694ed3da0aedd410e2a33))
2830
- Review ([`7ea561d`](https://github.com/syphar/rust-crates-index/commit/7ea561d84e12f81428f246b031b619d66e4e8594))
2931
- Fix registry download URL template expansion ([`8369c35`](https://github.com/syphar/rust-crates-index/commit/8369c35c51c62919b20cb0d34501e36a98ae5278))
3032
</details>

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.14.1"
4+
version = "3.14.2"
55
homepage = "https://crates.io/crates/crates-index"
66
authors = ["Corey Farwell <coreyf@rwell.org>", "Kornel <kornel@geekhood.net>"]
77
keywords = ["packaging", "index", "dependencies", "crate", "meta"]

0 commit comments

Comments
 (0)