Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Aug 10, 2024
1 parent e671fec commit 8fefd59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Current

## Release v1.3.4 (10 August 2024)

* (#1060) Fix bug with return value of `Concurrent.available_processor_count` when `cpu.cfs_quota_us` is -1.
* (#1058) Add `Concurrent.cpu_shares` that is cgroups aware.

## Release v1.3.3 (9 June 2024)

Expand Down
2 changes: 1 addition & 1 deletion lib/concurrent-ruby/concurrent/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Concurrent
VERSION = '1.3.3'
VERSION = '1.3.4'
end

0 comments on commit 8fefd59

Please sign in to comment.