Skip to content

Commit 8fefd59

Browse files
committed
1.3.4
1 parent e671fec commit 8fefd59

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## Release v1.3.4 (10 August 2024)
4+
35
* (#1060) Fix bug with return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1.
6+
* (#1058) Add `Concurrent.cpu_shares` that is cgroups aware.
47

58
## Release v1.3.3 (9 June 2024)
69

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
VERSION = '1.3.3'
2+
VERSION = '1.3.4'
33
end

0 commit comments

Comments
 (0)