Skip to content

Commit

Permalink
Release v1.5.0 (#48)
Browse files Browse the repository at this point in the history
Release v1.5.0 with support for cgroups2.

In addition to the tests, I've deployed this change to a staging machine
internally to verify that it doesn't break cgroups v1 for us.

Refs GO-1322
  • Loading branch information
abhinav authored Apr 5, 2022
1 parent ad6f05b commit 2e85815
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

- Add support for cgroups v2.

Thanks to @emadolsky for their contribution to this release.

## v1.4.0 (2021-02-01)

- Support colons in cgroup names.
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.4.0"
const Version = "1.5.0"

0 comments on commit 2e85815

Please sign in to comment.