File tree 3 files changed +7
-2
lines changed
lib/concurrent-ruby/concurrent
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Current
2
2
3
+ ## Release v1.3.0 (28 May 2024)
4
+
5
+ * (#1042 ) Align Java Executor Service behavior for ` shuttingdown? ` , ` shutdown? `
6
+ * (#1038 ) Add ` Concurrent.usable_processor_count ` that is cgroups aware.
7
+
3
8
## Release v1.2.3 (16 Jan 2024)
4
9
5
10
* See [ the GitHub release] ( https://github.com/ruby-concurrency/concurrent-ruby/releases/tag/v1.2.3 ) for details.
Original file line number Diff line number Diff line change 3
3
Pick a ` concurrent-ruby ` version:
4
4
5
5
* [ master] ( ./master/index.html )
6
- * [ 1.2.3 with edge 0.7.0] ( ./1.2.3/index.html )
6
+ * [ 1.3.0 with edge 0.7.0] ( ./1.2.3/index.html )
7
7
* [ 1.1.10 with edge 0.6.0] ( ./1.1.10/index.html )
8
8
* [ 1.1.9 with edge 0.6.0] ( ./1.1.9/index.html )
9
9
* [ 1.1.8 with edge 0.6.0] ( ./1.1.8/index.html )
Original file line number Diff line number Diff line change 1
1
module Concurrent
2
- VERSION = '1.2.3 '
2
+ VERSION = '1.3.0 '
3
3
end
You can’t perform that action at this time.
0 commit comments