Skip to content

Commit 1c8b231

Browse files
committed
Release v1.4.0
This releases v1.4.0 of automaxprocs.
1 parent efccfd1 commit 1c8b231

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## Unreleased
3+
## v1.4.0 (2021-02-01)
44

55
- Support colons in cgroup names.
6+
- Remove linters from runtime dependencies.
67

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

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.3.0"
24+
const Version = "1.4.0"

0 commit comments

Comments
 (0)