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 144f5c1 commit 1ea14c3Copy full SHA for 1ea14c3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v1.6.0 (2024-07-24)
4
+
5
+- Add RoundQuotaFunc option that allows configuration of rounding
6
+ behavior for floating point CPU quota.
7
8
## v1.5.3 (2023-07-19)
9
10
- Fix mountinfo parsing when super options have fields with spaces.
maxprocs/version.go
@@ -21,4 +21,4 @@
21
package maxprocs
22
23
// Version is the current package version.
24
-const Version = "1.5.2"
+const Version = "1.6.0"
0 commit comments