Skip to content

Commit

Permalink
Preparing release v1.3.0 (#25)
Browse files Browse the repository at this point in the history
This releases v1.3.0 of automaxprocs. The only change in this release is
the migration to Go modules.
  • Loading branch information
abhinav committed Jan 23, 2020
1 parent 4e7a913 commit e393bb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.3.0 (2020-01-23)

- Migrate to Go modules.

## v1.2.0 (2018-02-22)

- Fixed quota clamping to always round down rather than up; Rather than
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.2.0"
const Version = "1.3.0"

0 comments on commit e393bb0

Please sign in to comment.