File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
concurrent-ruby-edge/concurrent/edge
concurrent-ruby/concurrent Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Current
2
2
3
- ## Release v1.1.5, edge v0.5.0 (10 mar 2019)
3
+ ## Release v1.1.6.pre1, edge v0.6.0.pre1 (26 Jan 2020)
4
+
5
+ concurrent-ruby:
6
+
7
+ * Allow to name executors, the name is also used to name their threads (#828 )
8
+ * Implement #dup and #clone for structs (#838 )
9
+ * Safer finalizers for thread local variables (#821 )
10
+ * Documentation fixes
11
+ * Use Ruby's Etc.nprocessors if available (#814 )
12
+ * Fix directory structure not to mess with packaging tools (#812 )
13
+ * Fix termination of pools on JRuby (#840 )
14
+
15
+ concurrent-ruby-edge:
16
+
17
+ * Add WrappingExecutor (#830 )
18
+
19
+ ## Release v1.1.5, edge v0.5.0 (10 Mar 2019)
4
20
5
21
concurrent-ruby:
6
22
Original file line number Diff line number Diff line change 1
1
module Concurrent
2
- EDGE_VERSION = '0.5.0 '
2
+ EDGE_VERSION = '0.6.0.pre1 '
3
3
end
Original file line number Diff line number Diff line change 1
1
module Concurrent
2
- VERSION = '1.1.5 '
2
+ VERSION = '1.1.6.pre1 '
3
3
end
You can’t perform that action at this time.
0 commit comments