Skip to content

Commit e393bb0

Browse files
authored
Preparing release v1.3.0 (#25)
This releases v1.3.0 of automaxprocs. The only change in this release is the migration to Go modules.
1 parent 4e7a913 commit e393bb0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v1.3.0 (2020-01-23)
4+
5+
- Migrate to Go modules.
6+
37
## v1.2.0 (2018-02-22)
48

59
- Fixed quota clamping to always round down rather than up; Rather than

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.2.0"
24+
const Version = "1.3.0"

0 commit comments

Comments
 (0)