Skip to content

Commit 2e85815

Browse files
authored
Release v1.5.0 (#48)
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
1 parent ad6f05b commit 2e85815

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v1.5.0 (2022-04-05)
4+
5+
- Add support for cgroups v2.
6+
7+
Thanks to @emadolsky for their contribution to this release.
8+
39
## v1.4.0 (2021-02-01)
410

511
- Support colons in cgroup names.

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.4.0"
24+
const Version = "1.5.0"

0 commit comments

Comments
 (0)