Skip to content

Commit 8791daa

Browse files
authored
v0.4.5 (#155)
### Added - Impl `arbitrary::Arbitrary` for `Array` ([#153]) ### Changed - Switch from `doc_auto_cfg` to `doc_cfg` ([#154]) [#153]: #153 [#154]: #154
1 parent a7f1721 commit 8791daa

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.5 (2025-09-29)
9+
### Added
10+
- Impl `arbitrary::Arbitrary` for `Array` ([#153])
11+
12+
### Changed
13+
- Switch from `doc_auto_cfg` to `doc_cfg` ([#154])
14+
15+
[#153]: https://github.com/RustCrypto/hybrid-array/pull/153
16+
[#154]: https://github.com/RustCrypto/hybrid-array/pull/154
17+
818
## 0.4.4 (2025-09-24)
919
### Added
1020
- Enable the `subtle/const-generics` feature ([#149])

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