Skip to content

Commit 297d7ee

Browse files
authored
Release v1.5.1 (#51)
Bugfix for v1.5.0, fixing the v2 detection logic.
1 parent 721b013 commit 297d7ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.5.1 (2022-04-06)
4+
5+
- Fix cgroups v2 mountpoint detection.
6+
37
## v1.5.0 (2022-04-05)
48

59
- Add support for cgroups v2.

maxprocs/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
package maxprocs
2222

2323
// Version is the current package version.
24-
const Version = "1.5.0"
24+
const Version = "1.5.1"

0 commit comments

Comments
 (0)