Skip to content

Commit e98a1cb

Browse files
authored
v0.4.12 (#221)
## Added - `ArraySize` impls for Classic McEliece (#220)
1 parent 61047cd commit e98a1cb

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.12 (2026-05-09)
9+
### Added
10+
- `ArraySize` impls for Classic McEliece ([#220])
11+
12+
[#220]: https://github.com/RustCrypto/hybrid-array/pull/220
13+
814
## 0.4.11 (2026-04-24)
915
### Added
1016
- HPKE Hybrid KEM sizes ([#218])

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.11"
3+
version = "0.4.12"
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)