diff --git a/CHANGELOG.md b/CHANGELOG.md index 274797b..f421056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v1.6.0 (2024-07-24) + +- Add RoundQuotaFunc option that allows configuration of rounding + behavior for floating point CPU quota. + ## v1.5.3 (2023-07-19) - Fix mountinfo parsing when super options have fields with spaces. diff --git a/maxprocs/version.go b/maxprocs/version.go index 108a955..cc7fc5a 100644 --- a/maxprocs/version.go +++ b/maxprocs/version.go @@ -21,4 +21,4 @@ package maxprocs // Version is the current package version. -const Version = "1.5.2" +const Version = "1.6.0"