Skip to content

Commit 0726c7d

Browse files
authored
cpufeatures: release v0.2.9 (#927)
1 parent 7215203 commit 0726c7d

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpufeatures/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.2.9 (2023-07-05)
9+
### Added
10+
- Support for `avx512vbmi` and `avx512vbmi2` target features ([#926])
11+
12+
[#926]: https://github.com/RustCrypto/utils/pull/926
13+
814
## 0.2.8 (2023-06-15)
915
### Fixed
1016
- Check OS register support on x86 targets ([#919])

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.2.8"
3+
version = "0.2.9"
44
description = """
55
Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with
66
no_std support and support for mobile targets including Android and iOS

0 commit comments

Comments
 (0)