Skip to content

Commit af282b7

Browse files
committed
Bump version, changelog
1 parent 9d887e9 commit af282b7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

3-
concurrent-ruby-edge:
3+
concurrent-ruby:
44

5+
* [Promises](http://ruby-concurrency.github.io/concurrent-ruby/Concurrent/Promises.html)
6+
are moved from `concurrent-ruby-edge` to `concurrent-ruby`
7+
* Fix Map#each and #each_pair not returning enumerator outside of MRI (#644)
58
* (#659) Edge promises fail during error handling
9+
10+
concurrent-ruby-edge:
11+
12+
* Edge files clearly separated in `lib-edge`
13+
* added ReInclude
614

715
## Release v1.0.5, edge v0.3.1 (26 Feb 2017)
816

lib/concurrent/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Concurrent
2-
VERSION = '1.0.5'
3-
EDGE_VERSION = '0.3.1'
2+
VERSION = '1.1.0.pre1'
3+
EDGE_VERSION = '0.4.0.pre1'
44
end

0 commit comments

Comments
 (0)