Skip to content

Releases: shoenig/go-m1cpu

v0.1.6

05 May 01:31
41fe74c
Compare
Choose a tag to compare

What's Changed

Changes

  • Handle kIOMainPortDefault when targeting macOS < 12 with a new SDK by @gmwiz in #8
  • build(deps): bump github.com/shoenig/test from 0.6.3 to 0.6.4 by @dependabot in #7
  • docs: add examples for Go Docs by @shoenig in #9

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

04 Apr 22:58
32788e5
Compare
Choose a tag to compare

What's Changed

Changes

  • m1cpu: handle kIOMainPortDefault for macOS < 12 by @ZhongRuoyu in #6

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.3

25 Mar 11:43
b5379d8
Compare
Choose a tag to compare

What's Changed

Changes

  • m1cpu: use strncmp instead of strcmp by @shoenig in #3

Full Changelog: v0.1.2...v0.1.3

v0.1.2

23 Mar 19:18
586f5ad
Compare
Choose a tag to compare

What's Changed

Changes

  • m1cpu: support for getting brand name by @shoenig in #2

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Mar 12:53
6d7eabe
Compare
Choose a tag to compare

What's Changed

Changes

  • m1cpu: fetch l1, l2 cache data for p/e cores by @shoenig in #1

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

23 Mar 05:55
85679a2
Compare
Choose a tag to compare

First Release of go-m1cpu, a Go library for inspecting Apple Silicon M1/M2 CPUs.