Skip to content

Commit b0d1a8a

Browse files
authored
cpufeatures: release v0.2.16 (#1138)
1 parent 21105ea commit b0d1a8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## UNRELEASED
8+
## 0.2.16 (2024-11-22)
99
### Fixed
1010
- `cfg` for freestanding x86 targets ([#1137])
1111

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.15"
3+
version = "0.2.16"
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)