Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
  • Loading branch information
gz committed Apr 29, 2024
1 parent 40f41f5 commit 4dbb8c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
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/"
Expand Down

0 comments on commit 4dbb8c3

Please sign in to comment.