Skip to content

Commit b1a613b

Browse files
authored
cpufeatures: release v0.2.11 (#973)
1 parent a0874f5 commit b1a613b

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Cargo.lock

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

cpufeatures/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.2.11 (2023-10-26)
9+
### Added
10+
- Support for AArch64's `sm4` target feature ([#972])
11+
12+
[#972]: https://github.com/RustCrypto/utils/pull/972
13+
814
## 0.2.10 (2023-10-20)
915
### Added
1016
- LoongArch64 target support ([#955])

cpufeatures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpufeatures"
3-
version = "0.2.10"
3+
version = "0.2.11"
44
description = """
55
Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
66
with no_std support and support for mobile targets including Android and iOS

0 commit comments

Comments
 (0)