PackageTrack

Go modules

github.com/tklauser/numcpus

v0.12.0tklauser/numcpus

Release timeline

142 releases since 2018
20182026

One column per quarter.

Releases

  1. v0.12.1-0.20260709113938-1e46478e3a059 Jul 2026pre-release

    Nothing published for this version

  2. v0.12.011 May 2026
    Release notes

    What's Changed

    • .github: bump actions/checkout from 5.0.0 to 5.0.1 by @dependabot[bot] in #139
    • .github: bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #140
    • .github: bump actions/checkout from 5.0.1 to 6.0.0 by @dependabot[bot] in #141
    • ci: test on macOS 26 by @tklauser in #142
    • .github: bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #143
    • go.mod: bump golang.org/x/sys from 0.38.0 to 0.39.0 by @dependabot[bot] in #144
    • .cirrus.yml: update Go to 1.25.5, FreeBSD to 14.3 and 15.0 by @tklauser in #145
    • go.mod: bump golang.org/x/sys from 0.39.0 to 0.40.0 by @dependabot[bot] in #146
    • .github: bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in #147
    • .github: bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #148
    • go.mod: bump golang.org/x/sys from 0.40.0 to 0.41.0 by @dependabot[bot] in #149
    • .github: bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in #150
    • ci: update minimum Go version to 1.25, add Go 1.26 by @tklauser in #152
    • go.mod: bump golang.org/x/sys from 0.41.0 to 0.42.0 by @dependabot[bot] in #151
    • .github: bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in #153
    • go.mod: bump golang.org/x/sys from 0.42.0 to 0.43.0 by @dependabot[bot] in #154
    • ci: fix version comments for actions/setup-go by @tklauser in #155
    • Improve implementation on Linux by @tklauser in #156
    • go.mod: bump golang.org/x/sys from 0.43.0 to 0.44.0 by @dependabot[bot] in #157

    Full Changelog: v0.11.0...v0.12.0

    Open source →
  3. v0.11.1-0.20260123120108-49b29866084023 Jan 2026pre-release

    Nothing published for this version

  4. v0.11.012 Nov 2025
    Release notes

    What's Changed

    Full Changelog: v0.10.0...v0.11.0

    Open source →
  5. v0.10.1-0.20250909025653-002196f2a1e29 Sept 2025pre-release

    Nothing published for this version

  6. v0.10.1-0.20250826122043-4dc81a9e3dd426 Aug 2025pre-release

    Nothing published for this version

  7. v0.10.1-0.20250723150750-3ce2b2349b9423 Jul 2025pre-release

    Nothing published for this version

  8. v0.10.1-0.20250721232738-10e4feed0b0e21 Jul 2025pre-release

    Nothing published for this version

  9. v0.10.1-0.20250711111418-b69c9697e71c11 Jul 2025pre-release

    Nothing published for this version

  10. v0.10.1-0.20250508093655-dae9fc0d36e58 May 2025pre-release

    Nothing published for this version

  11. v0.10.1-0.20250506113041-0087d55875c16 May 2025pre-release

    Nothing published for this version

  12. v0.10.1-0.20250408094220-e660825393a38 Apr 2025pre-release

    Nothing published for this version

  13. v0.10.1-0.20250319113603-3d0da8a00da519 Mar 2025pre-release

    Nothing published for this version

  14. v0.10.05 Mar 2025
    Release notes

    This version updates the minimum required Go version to 1.23.0, see #117 for details.

    What's Changed

    Full Changelog: v0.9.0...v0.10.0

    Open source →
  15. v0.9.1-0.20250226104333-7cc42f1ade9a26 Feb 2025pre-release

    Nothing published for this version

  16. v0.9.1-0.20250205105836-8fd5d10069bb5 Feb 2025pre-release

    Nothing published for this version

  17. v0.9.1-0.20250130214512-9515edc314fb30 Jan 2025pre-release

    Nothing published for this version

  18. v0.9.1-0.20250121100811-d0d13b642c0921 Jan 2025pre-release

    Nothing published for this version

  19. v0.9.1-0.20250115103036-95e4741ab16a15 Jan 2025pre-release

    Nothing published for this version

  20. v0.9.1-0.20250106100854-c50c8426dfb46 Jan 2025pre-release

    Nothing published for this version

  21. v0.9.1-0.20241211101411-3cb79dde221811 Dec 2024pre-release

    Nothing published for this version

  22. v0.9.1-0.20241205094122-ca2d9c89b2ca5 Dec 2024pre-release

    Nothing published for this version

  23. v0.9.1-0.20241108092601-f3dbdd20bd9e8 Nov 2024pre-release

    Nothing published for this version

  24. v0.9.1-0.20241025105522-69a3b524c75f25 Oct 2024pre-release

    Nothing published for this version

  25. v0.9.1-0.20241024100900-1738e40a6b9b24 Oct 2024pre-release

    Nothing published for this version

  26. v0.9.1-0.20241008094050-ba80d2a5dd0e8 Oct 2024pre-release

    Nothing published for this version

  27. v0.9.1-0.20241007144457-a2d22b0a5c2f7 Oct 2024pre-release

    Nothing published for this version

  28. v0.9.04 Oct 2024
    Release notes

    This version introduces the List{Offline,Online,Possible,Present} functions (currently only implemented for Linux) which return a list of offline, online, possible or present CPUs, respectively.

    What's Changed

    • .github: Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #82
    • Check that last ≥ first in parseCPURange by @tklauser in #83
    • .github: Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #84
    • go.mod: bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in #85
    • .github: Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #86
    • .github: Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #87
    • .github: drop macos-11 runner by @tklauser in #88
    • Implement List{Offline,Online,Possible,Present} functions on Linux by @tklauser in #89
    • Simplify listCPURange implementation by @tklauser in #90
    • .github: Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #92
    • go.mod: bump golang.org/x/sys from 0.20.0 to 0.23.0 by @dependabot in #94
    • .cirrus.yml: update Go to 1.22.5, FreeBSD to 1.13.3 by @tklauser in #95
    • .github: Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #96
    • go.mod: bump golang.org/x/sys from 0.23.0 to 0.24.0 by @dependabot in #97
    • ci: update Go to 1.23 by @tklauser in #98
    • go.mod: bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in #99
    • .github: Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #100
    • Don't skip testNumAndList if Get* fails or isn't supported by @tklauser in #101

    Full Changelog: v0.8.0...v0.9.0

    Open source →
  29. v0.8.1-0.20240926092020-8c67b1672f0b26 Sept 2024pre-release

    Nothing published for this version

  30. v0.8.1-0.20240905112102-03759c76e7405 Sept 2024pre-release

    Nothing published for this version

  31. v0.8.1-0.20240822093546-66b9208a5f6f22 Aug 2024pre-release

    Nothing published for this version

  32. v0.8.1-0.20240809094658-975ec65547d39 Aug 2024pre-release

    Nothing published for this version

  33. v0.8.1-0.20240806095044-7a80fe4a77996 Aug 2024pre-release

    Nothing published for this version

  34. v0.8.1-0.20240806075657-13b4a9978fd36 Aug 2024pre-release

    Nothing published for this version

  35. v0.8.1-0.20240523080959-233c4488103323 May 2024pre-release

    Nothing published for this version

  36. v0.8.1-0.20240522114445-9ff7f7923f3022 May 2024pre-release

    Nothing published for this version

  37. v0.8.1-0.20240521084903-cdd57e49a0da21 May 2024pre-release

    Nothing published for this version

  38. v0.8.1-0.20240517093754-c7088469833417 May 2024pre-release

    Nothing published for this version

  39. v0.8.1-0.20240507100207-f6d3720109657 May 2024pre-release

    Nothing published for this version

  40. v0.8.1-0.20240503094103-c8be6adfea433 May 2024pre-release

    Nothing published for this version

  41. v0.8.1-0.20240502201853-0cd81e3310dc2 May 2024pre-release

    Nothing published for this version

  42. v0.8.1-0.20240425094107-dae747ad28b425 Apr 2024pre-release

    Nothing published for this version

  43. v0.8.025 Apr 2024
    Release notes

    What's Changed

    • .github: Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #70
    • .cirrus.yml: drop FreeBSD 12, add FreeBSD 13 and 14 by @tklauser in #72
    • go.mod: bump golang.org/x/sys from 0.15.0 to 0.16.0 by @dependabot in #71
    • go.mod: bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot in #73
    • go.mod: bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #74
    • ci: update Go to 1.22 by @tklauser in #75
    • .cirrus.yml: update Go to 1.22 by @tklauser in #76
    • .github: Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #77
    • go.mod: bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #78
    • .github: Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #79
    • .cirrus.yml: update Go to 1.22.2 by @tklauser in #80
    • .github/workflows: extend list of tested platforms, use versioned runners by @tklauser in #81

    Full Changelog: v0.7.0...v0.8.0

    Open source →
  44. v0.7.1-0.20240423072914-079ff7ad824823 Apr 2024pre-release

    Nothing published for this version

  45. v0.7.1-0.20240405214733-e1b1105280115 Apr 2024pre-release

    Nothing published for this version

  46. v0.7.1-0.20240313102959-9a2fde1c990f13 Mar 2024pre-release

    Nothing published for this version

  47. v0.7.1-0.20240305105333-4988f453e2da5 Mar 2024pre-release

    Nothing published for this version

  48. v0.7.1-0.20240208094255-8a0ff0b0bf9b8 Feb 2024pre-release

    Nothing published for this version

  49. v0.7.1-0.20240105224813-ea819b37dce15 Jan 2024pre-release

    Nothing published for this version

  50. v0.7.1-0.20231207091925-52afc3437b837 Dec 2023pre-release

    Nothing published for this version

  51. v0.7.030 Nov 2023
    Release notes

    What's Changed

    • .github: Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #55
    • go.mod: bump golang.org/x/sys from 0.8.0 to 0.9.0 by @dependabot in #56
    • go.mod: bump golang.org/x/sys from 0.9.0 to 0.10.0 by @dependabot in #57
    • go.mod: bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #58
    • .github: Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #59
    • .github: Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #60
    • go.mod: bump golang.org/x/sys from 0.11.0 to 0.12.0 by @dependabot in #61
    • .github: Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #62
    • .github: Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #63
    • go.mod: bump golang.org/x/sys from 0.12.0 to 0.13.0 by @dependabot in #64
    • .github: Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #65
    • go.mod: bump golang.org/x/sys from 0.13.0 to 0.14.0 by @dependabot in #66
    • ci: update Go to 1.21 by @tklauser in #67
    • go.mod: bump golang.org/x/sys from 0.14.0 to 0.15.0 by @dependabot in #68
    • Minor updates for parseCPURange by @tklauser in #69

    Full Changelog: v0.6.1...v0.7.0

    Open source →
  52. v0.6.2-0.20231128102559-4752a31ecea928 Nov 2023pre-release

    Nothing published for this version

  53. v0.6.2-0.20231107103142-79db82b554317 Nov 2023pre-release

    Nothing published for this version

  54. v0.6.2-0.20231106100324-00e8023cdded6 Nov 2023pre-release

    Nothing published for this version

  55. v0.6.2-0.20231020093756-46d9f18be24720 Oct 2023pre-release

    Nothing published for this version

  56. v0.6.2-0.20231006091329-0cf1e27d305a6 Oct 2023pre-release

    Nothing published for this version

  57. v0.6.2-0.20230926091234-cb40836c9a0a26 Sept 2023pre-release

    Nothing published for this version

  58. v0.6.2-0.20230905095115-db0134896b705 Sept 2023pre-release

    Nothing published for this version

  59. v0.6.2-0.20230904121128-626d914e41ea4 Sept 2023pre-release

    Nothing published for this version

  60. v0.6.2-0.20230825102123-2bd4a09df3f925 Aug 2023pre-release

    Nothing published for this version