Skip to content

Commit 31e6ec3

Browse files
authored
cpufeatures v0.3.0 (#1446)
### Added - `x86` support for: `sha512`, `sm3`, `sm4` (#1181) - `InitToken::{init, init_get}` (#1435) ### Changed - Edition changed to 2024 and MSRV bumped to 1.85 (#1149)
1 parent d2dcdcd commit 31e6ec3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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.

cpufeatures/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ 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.0 (unreleased)
8+
## 0.3.0 (2026-02-04)
9+
### Added
10+
- `x86` support for: `sha512`, `sm3`, `sm4` ([#1181])
11+
- `InitToken::{init, init_get}` ([#1435])
12+
913
### Changed
1014
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])
1115

1216
[#1149]: https://github.com/RustCrypto/utils/pull/1149
17+
[#1181]: https://github.com/RustCrypto/utils/pull/1181
18+
[#1435]: https://github.com/RustCrypto/utils/pull/1435
1319

1420
## 0.2.17 (2025-01-24)
1521
### Fixed

cpufeatures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpufeatures"
3-
version = "0.3.0-pre"
3+
version = "0.3.0"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)