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 4225287 commit 6fecebdCopy full SHA for 6fecebd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.1.0 (2017-11-10)
4
+
5
+- Log the new value of `GOMAXPROCS` rather than the current value.
6
+- Make logs more explicit about whether `GOMAXPROCS` was modified or not.
7
+- Allow customization of the minimum `GOMAXPROCS`, and modify default from 2 to 1.
8
9
## v1.0.0 (2017-08-09)
10
11
- Initial release.
maxprocs/version.go
@@ -21,4 +21,4 @@
21
package maxprocs
22
23
// Version is the current package version.
24
-const Version = "1.0.0"
+const Version = "1.1.0"
0 commit comments