Skip to content

Commit

Permalink
Released 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry D'Antonio committed May 2, 2016
1 parent 986be3f commit d608a9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Current Release v1.0.1 (27 February 2016)
## Current Release v1.0.2 (2 May 2016)

* Fix bug with `Concurrent::Map` MRI backend `#inspect` method
* Fix bug with `Concurrent::Map` MRI backend using `Hash#value?`
* Improved documentation and examples
* Minor updates to Edge

### Release v1.0.1 (27 February 2016)

* Fix "uninitialized constant Concurrent::ReentrantReadWriteLock" error.
* Better handling of `autoload` vs. `require`.
Expand Down
4 changes: 2 additions & 2 deletions lib/concurrent/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Concurrent
VERSION = '1.0.1'
EDGE_VERSION = '0.2.1'
VERSION = '1.0.2'
EDGE_VERSION = '0.2.2'
end

0 comments on commit d608a9e

Please sign in to comment.