Skip to content

Commit 6fecebd

Browse files
authored
Prepare to release v1.1.0 (#9)
Update changelog and version constant.
1 parent 4225287 commit 6fecebd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## v1.0.0 (2017-08-09)
410

511
- Initial release.

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.0.0"
24+
const Version = "1.1.0"

0 commit comments

Comments
 (0)