Skip to content

Commit 8f83e4a

Browse files
committed
Bump versions
1 parent 8ccb214 commit 8f83e4a

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
## Current
22

3+
## Release v1.1.6, edge v0.6.0 (10 Feb 2020)
4+
35
concurrent-ruby:
46

5-
* Concurrent.disable_at_exit_handlers! is no longer needed and was deprecated.
6-
* AbstractExecutorService#auto_terminate= was deprecated and has no effect.
7+
* (#841) Concurrent.disable_at_exit_handlers! is no longer needed and was deprecated.
8+
* (#841) AbstractExecutorService#auto_terminate= was deprecated and has no effect.
79
Set :auto_terminate option instead when executor is initialized.
810

911
## Release v1.1.6.pre1, edge v0.6.0.pre1 (26 Jan 2020)
1012

1113
concurrent-ruby:
1214

13-
* Allow to name executors, the name is also used to name their threads (#828)
14-
* Implement #dup and #clone for structs (#838)
15-
* Safer finalizers for thread local variables (#821)
15+
* (#828) Allow to name executors, the name is also used to name their threads
16+
* (#838) Implement #dup and #clone for structs
17+
* (#821) Safer finalizers for thread local variables
1618
* Documentation fixes
17-
* Use Ruby's Etc.nprocessors if available (#814)
18-
* Fix directory structure not to mess with packaging tools (#812)
19-
* Fix termination of pools on JRuby (#840)
19+
* (#814) Use Ruby's Etc.nprocessors if available
20+
* (#812) Fix directory structure not to mess with packaging tools
21+
* (#840) Fix termination of pools on JRuby
2022

2123
concurrent-ruby-edge:
2224

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
EDGE_VERSION = '0.6.0.pre1'
2+
EDGE_VERSION = '0.6.0'
33
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
VERSION = '1.1.6.pre1'
2+
VERSION = '1.1.6'
33
end

0 commit comments

Comments
 (0)