Skip to content

Commit 94dfbc1

Browse files
committed
Bump version
1 parent 99ad047 commit 94dfbc1

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
## Current
22

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)
420

521
concurrent-ruby:
622

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.5.0'
2+
EDGE_VERSION = '0.6.0.pre1'
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.5'
2+
VERSION = '1.1.6.pre1'
33
end

0 commit comments

Comments
 (0)