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 a884895 commit 946a839Copy full SHA for 946a839
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v1.2.0 (unreleased)
+## v1.2.0 (2018-02-22)
4
5
- Fixed quota clamping to always round down rather than up; Rather than
6
guaranteeing constant throttling at saturation, instead assume that the
maxprocs/version.go
@@ -21,4 +21,4 @@
21
package maxprocs
22
23
// Version is the current package version.
24
-const Version = "1.1.0"
+const Version = "1.2.0"
0 commit comments