Skip to content

Commit

Permalink
Release v1.5.1 (#51)
Browse files Browse the repository at this point in the history
Bugfix for v1.5.0, fixing the v2 detection logic.
  • Loading branch information
abhinav committed Apr 6, 2022
1 parent 721b013 commit 297d7ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.5.1 (2022-04-06)

- Fix cgroups v2 mountpoint detection.

## v1.5.0 (2022-04-05)

- Add support for cgroups v2.
Expand Down
2 changes: 1 addition & 1 deletion maxprocs/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package maxprocs

// Version is the current package version.
const Version = "1.5.0"
const Version = "1.5.1"

0 comments on commit 297d7ee

Please sign in to comment.