We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c1306 commit f6364fcCopy full SHA for f6364fc
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.5.2 (2023-03-16)
4
+
5
+- Support child control cgroups
6
+- Fix file descriptor leak
7
+- Update dependencies
8
9
## v1.5.1 (2022-04-06)
10
11
- Fix cgroups v2 mountpoint detection.
maxprocs/version.go
@@ -21,4 +21,4 @@
21
package maxprocs
22
23
// Version is the current package version.
24
-const Version = "1.5.1"
+const Version = "1.5.2"
0 commit comments