Skip to content

Commit f6364fc

Browse files
committed
Release v1.5.2
1 parent e1c1306 commit f6364fc

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.2 (2023-03-16)
4+
5+
- Support child control cgroups
6+
- Fix file descriptor leak
7+
- Update dependencies
8+
39
## v1.5.1 (2022-04-06)
410

511
- Fix cgroups v2 mountpoint detection.

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.1"
24+
const Version = "1.5.2"

0 commit comments

Comments
 (0)