Skip to content

Commit 1ea14c3

Browse files
authored
Release v1.6.0 (#90)
* Release v1.6.0 This releases v1.6.0. * update version
1 parent 144f5c1 commit 1ea14c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
## v1.5.3 (2023-07-19)
49

510
- Fix mountinfo parsing when super options have fields with spaces.

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.2"
24+
const Version = "1.6.0"

0 commit comments

Comments
 (0)