File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
concurrent-ruby-edge/concurrent/edge
concurrent-ruby/concurrent Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11## Current
22
3+ ## Release v1.3.5, edge v0.7.2 (15 January 2025)
4+
5+ concurrent-ruby:
6+
7+ * (#1062 ) Remove dependency on logger.
8+
9+ concurrent-ruby-edge:
10+
11+ * (#1062 ) Remove dependency on logger.
12+
313## Release v1.3.4 (10 August 2024)
414
515* (#1060 ) Fix bug with return value of ` Concurrent.available_processor_count ` when ` cpu.cfs_quota_us ` is -1.
Original file line number Diff line number Diff line change 33Pick a ` concurrent-ruby ` version:
44
55* [ master] ( ./master/index.html )
6- * [ 1.3.4 with edge 0.7.1 ] ( ./1.3.4 /index.html )
6+ * [ 1.3.5 with edge 0.7.2 ] ( ./1.3.5 /index.html )
77* [ 1.1.10 with edge 0.6.0] ( ./1.1.10/index.html )
88* [ 1.1.9 with edge 0.6.0] ( ./1.1.9/index.html )
99* [ 1.1.8 with edge 0.6.0] ( ./1.1.8/index.html )
Original file line number Diff line number Diff line change 11module Concurrent
2- EDGE_VERSION = '0.7.1 '
2+ EDGE_VERSION = '0.7.2 '
33end
Original file line number Diff line number Diff line change 11module Concurrent
2- VERSION = '1.3.4 '
2+ VERSION = '1.3.5 '
33end
You can’t perform that action at this time.
0 commit comments