From 95b18ab1cb00cf04349c808da286ec180b62b36d Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 4 Aug 2025 15:26:51 -0600 Subject: [PATCH 1/2] dbl v0.4.0 --- Cargo.lock | 2 +- dbl/CHANGELOG.md | 2 +- dbl/Cargo.toml | 2 +- dbl/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 295f45f9..8103283e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "dbl" -version = "0.4.0-rc.2" +version = "0.4.0" dependencies = [ "hybrid-array", ] diff --git a/dbl/CHANGELOG.md b/dbl/CHANGELOG.md index 7df886ff..054c17b6 100644 --- a/dbl/CHANGELOG.md +++ b/dbl/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.4.0 (unreleased) +## 0.4.0 (2025-08-06) ### Changed - Migrated from `generic-array` to `hybrid-array` ([#944]) - Edition changed to 2024 and MSRV bumped to 1.85 ([#1149]) diff --git a/dbl/Cargo.toml b/dbl/Cargo.toml index b08efc0f..8f30a8c4 100644 --- a/dbl/Cargo.toml +++ b/dbl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dbl" -version = "0.4.0-rc.2" +version = "0.4.0" authors = ["RustCrypto Developers"] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/dbl" diff --git a/dbl/README.md b/dbl/README.md index bb13775e..3aea5abd 100644 --- a/dbl/README.md +++ b/dbl/README.md @@ -26,7 +26,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted [//]: # (badges) -[crate-image]: https://img.shields.io/crates/v/dbl.svg +[crate-image]: https://img.shields.io/crates/v/dbl.svg?logo=rust [crate-link]: https://crates.io/crates/dbl [docs-image]: https://docs.rs/dbl/badge.svg [docs-link]: https://docs.rs/dbl/ From 6c171ae3c38c944bdb059e6fe7c2ecf7429cc285 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 6 Aug 2025 07:21:22 -0600 Subject: [PATCH 2/2] Update dbl/README.md --- dbl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbl/README.md b/dbl/README.md index 3aea5abd..bb13775e 100644 --- a/dbl/README.md +++ b/dbl/README.md @@ -26,7 +26,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted [//]: # (badges) -[crate-image]: https://img.shields.io/crates/v/dbl.svg?logo=rust +[crate-image]: https://img.shields.io/crates/v/dbl.svg [crate-link]: https://crates.io/crates/dbl [docs-image]: https://docs.rs/dbl/badge.svg [docs-link]: https://docs.rs/dbl/