Skip to content

Commit 95b18ab

Browse files
committed
dbl v0.4.0
1 parent ce3c9a7 commit 95b18ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dbl/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.4.0 (unreleased)
7+
## 0.4.0 (2025-08-06)
88
### Changed
99
- Migrated from `generic-array` to `hybrid-array` ([#944])
1010
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])

dbl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dbl"
3-
version = "0.4.0-rc.2"
3+
version = "0.4.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
documentation = "https://docs.rs/dbl"

dbl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
2626

2727
[//]: # (badges)
2828

29-
[crate-image]: https://img.shields.io/crates/v/dbl.svg
29+
[crate-image]: https://img.shields.io/crates/v/dbl.svg?logo=rust
3030
[crate-link]: https://crates.io/crates/dbl
3131
[docs-image]: https://docs.rs/dbl/badge.svg
3232
[docs-link]: https://docs.rs/dbl/

0 commit comments

Comments
 (0)