File tree 4 files changed +13
-3
lines changed
concurrent-ruby/concurrent
concurrent-ruby-edge/concurrent/edge
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Current
2
2
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
+
3
13
## Release v1.3.4 (10 August 2024)
4
14
5
15
* (#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 3
3
Pick a ` concurrent-ruby ` version:
4
4
5
5
* [ 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 )
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
- EDGE_VERSION = '0.7.1 '
2
+ EDGE_VERSION = '0.7.2 '
3
3
end
Original file line number Diff line number Diff line change 1
1
module Concurrent
2
- VERSION = '1.3.4 '
2
+ VERSION = '1.3.5 '
3
3
end
You can’t perform that action at this time.
0 commit comments