Skip to content

Commit e179c25

Browse files
authored
v0.3.1 (#127)
### Added - `subtle` feature ([#126]) [#126]: #126
1 parent 26f432b commit e179c25

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
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.3.1 (2025-03-30)
9+
### Added
10+
- `subtle` feature ([#126])
11+
12+
[#126]: https://github.com/RustCrypto/hybrid-array/pull/126
13+
814
## 0.3.0 (2025-02-21)
915
### Changed
1016
- Bump edition to 2024; MSRV 1.85 ([#116])

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hybrid-array"
3-
version = "0.3.0"
3+
version = "0.3.1"
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)