Skip to content

Commit

Permalink
Release v1.6.0 (#90)
Browse files Browse the repository at this point in the history
* Release v1.6.0

This releases v1.6.0.

* update version
  • Loading branch information
sywhang authored Sep 23, 2024
1 parent 144f5c1 commit 1ea14c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion maxprocs/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package maxprocs

// Version is the current package version.
const Version = "1.5.2"
const Version = "1.6.0"

0 comments on commit 1ea14c3

Please sign in to comment.