Skip to content

Commit 0bd1071

Browse files
authored
v0.4.3 (#148)
### Added - `Array::as_(mut_)ptr` (#147) ### Changed - Remove bounds on `Array::slice_as_flattened(_mut)`; make `const fn` (#144) - Make `Array::as_(mut_)slice` a `const fn` (#147) - Make `Array::<Array<T, U>::as_flattened(_mut)` a `const fn` (#147)
1 parent 6346ecb commit 0bd1071

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ 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)
8+
## 0.4.3 (2025-09-23)
9+
### Added
10+
- `Array::as_(mut_)ptr` ([#147])
11+
12+
### Changed
13+
- Remove bounds on `Array::slice_as_flattened(_mut)`; make `const fn` ([#144])
14+
- Make `Array::as_(mut_)slice` a `const fn` ([#147])
15+
- Make `Array::<Array<T, U>::as_flattened(_mut)` a `const fn` ([#147])
16+
17+
[#144]: https://github.com/RustCrypto/hybrid-array/pull/144
18+
[#147]: https://github.com/RustCrypto/hybrid-array/pull/147
19+
20+
## 0.4.2 (2025-09-21) [YANKED]
921
### Added
1022
- `Array::slice_as_flattened(_mut)` ([#142])
1123

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