Skip to content

Commit ef365c3

Browse files
authored
v0.4.4 (#150)
### Added - Enable the `subtle/const-generics` feature ([#149]) [#149]: #149
1 parent 5c3287e commit ef365c3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.4 (2025-09-24)
9+
### Added
10+
- Enable the `subtle/const-generics` feature ([#149])
11+
12+
[#149]: https://github.com/RustCrypto/hybrid-array/pull/149
13+
814
## 0.4.3 (2025-09-23)
915
### Added
1016
- `Array::as_(mut_)ptr` ([#147])

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