Skip to content

Commit df88249

Browse files
committed
v0.4.0
1 parent 7e1d297 commit df88249

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.0 (2025-09-01)
9+
### Added
10+
- `ArraySize` impls for `U536` and `U568` ([#128])
11+
- `AsArrayRef`/`AsArrayMut` traits with impls on `[T; N]` and `Array` ([#135])
12+
- `alloc` feature with `Box`/`Vec` conversions to/from `Array` ([#136], [#138])
13+
14+
### Removed
15+
- `AsRef`/`AsMut` impls on `[T; N]` ([#133])
16+
17+
[#128]: https://github.com/RustCrypto/hybrid-array/pull/128
18+
[#133]: https://github.com/RustCrypto/hybrid-array/pull/133
19+
[#135]: https://github.com/RustCrypto/hybrid-array/pull/135
20+
[#136]: https://github.com/RustCrypto/hybrid-array/pull/136
21+
[#138]: https://github.com/RustCrypto/hybrid-array/pull/138
22+
823
## 0.3.1 (2025-03-30)
924
### Added
1025
- `subtle` feature ([#126])

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.0-pre"
3+
version = "0.4.0"
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)