Skip to content

Commit

Permalink
Update Changelog, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gz committed Aug 2, 2022
1 parent 79c7cc7 commit 451c9c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ John Bartholomew <jpa.bartholomew@gmail.com>
Nathaniel McCallum <npmccallum@redhat.com>
Olivier Lemasle <o.lemasle@gmail.com>
IsaacDynamo <61521674+IsaacDynamo@users.noreply.github.com>
Zavier Divelbiss <semiviral@gmail.com>
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]


## [10.4.0] 2022-08-01

- Added support for cpuid leaf 0x1f (Extended Topology Information v2)
- Improved debug formatting for `ProcessorCapacityAndFeatureInfo`

## [10.3.0] - 2022-03-15
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
edition = "2018"
name = "raw-cpuid"
version = "10.3.0"
version = "10.4.0"

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 451c9c4

Please sign in to comment.