From 4dbb8c3b7dca0001ff90e5fdc52c3dd8985d70fd Mon Sep 17 00:00:00 2001 From: Gerd Zellweger Date: Mon, 29 Apr 2024 10:45:52 -0700 Subject: [PATCH] Update version. Signed-off-by: Gerd Zellweger --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8333aca..b696bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [11.0.2] - 2024-04-29 + - Fix bug in `has_waitpkg` using wrong bit flag. + ## [11.0.1] - 2023-05-03 - Fix a regression from v10.7.0. CpuIdReader was falsely required to implement Debug for `CpuId::debug()` which is too strict. diff --git a/Cargo.toml b/Cargo.toml index d141ef8..9118201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Gerd Zellweger "] edition = "2018" name = "raw-cpuid" -version = "11.0.1" +version = "11.0.2" description = "A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore." documentation = "https://docs.rs/raw-cpuid/"