Skip to content

Commit 6e38633

Browse files
authored
v0.4.2 (#143)
### Added - `Array::slice_as_flattened(_mut)` (#142)
1 parent 42e0c46 commit 6e38633

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.2 (2025-09-21)
9+
### Added
10+
- `Array::slice_as_flattened(_mut)` ([#142])
11+
12+
[#142]: https://github.com/RustCrypto/hybrid-array/pull/142
13+
814
## 0.4.1 (2025-09-10)
915
### Changed
1016
- Make slice conversions `const fn` ([#140])

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