We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e671fec commit 8fefd59Copy full SHA for 8fefd59
CHANGELOG.md
@@ -1,6 +1,9 @@
1
## Current
2
3
+## Release v1.3.4 (10 August 2024)
4
+
5
* (#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.
7
8
## Release v1.3.3 (9 June 2024)
9
lib/concurrent-ruby/concurrent/version.rb
@@ -1,3 +1,3 @@
module Concurrent
- VERSION = '1.3.3'
+ VERSION = '1.3.4'
end
0 commit comments