Skip to content

Commit

Permalink
Prepare to release v1.1.0 (#9)
Browse files Browse the repository at this point in the history
Update changelog and version constant.
  • Loading branch information
akshayjshah committed Nov 10, 2017
1 parent 4225287 commit 6fecebd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.1.0 (2017-11-10)

- Log the new value of `GOMAXPROCS` rather than the current value.
- Make logs more explicit about whether `GOMAXPROCS` was modified or not.
- Allow customization of the minimum `GOMAXPROCS`, and modify default from 2 to 1.

## v1.0.0 (2017-08-09)

- Initial release.
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.0.0"
const Version = "1.1.0"

0 comments on commit 6fecebd

Please sign in to comment.