Skip to content

Commit 2441bd3

Browse files
authored
v0.4.10 (#196)
## Added - `AsMut<Array<T, U>>` impl for `Array<T, U>` (#193) - HQC KEM sizes (#195)
1 parent d287521 commit 2441bd3

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## 0.4.10 (2026-03-31)
9+
### Added
10+
- `AsMut<Array<T, U>>` impl for `Array<T, U>` ([#193])
11+
- HQC KEM sizes ([#195])
12+
13+
[#193]: https://github.com/RustCrypto/hybrid-array/pull/193
14+
[#195]: https://github.com/RustCrypto/hybrid-array/pull/195
15+
816
## 0.4.9 (2026-03-30)
917
### Added
1018
- Functions for casting from core references ([#181])

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hybrid-array"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
description = """
55
Hybrid typenum-based and const generic array types designed to provide the
66
flexibility of typenum-based expressions while also allowing interoperability

0 commit comments

Comments
 (0)