Skip to content

Commit 303c9e8

Browse files
authored
dbl v0.5.0 (#1209)
### Changed - Bump `hybrid-array` to v0.4 (#1208)
1 parent 88f6e69 commit 303c9e8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.5.0 (2025-09-02)
8+
### Changed
9+
- Bump `hybrid-array` to v0.4 ([#1208])
10+
11+
[#1208]: https://github.com/RustCrypto/utils/pull/1208
12+
713
## 0.4.0 (2025-08-06)
814
### Changed
915
- Migrated from `generic-array` to `hybrid-array` ([#944])

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.5.0-pre"
3+
version = "0.5.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
documentation = "https://docs.rs/dbl"

0 commit comments

Comments
 (0)