Skip to content

Commit

Permalink
Released v1.0.0.pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdantonio committed Oct 8, 2015
1 parent dde0c61 commit 6a76967
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
### Upcoming Release v1.0.0 (TBD)

## Current Release v1.0.0.pre3 (29 September 2015)
## Current Release v1.0.0.pre4 (08 October 2015)

* Adopted a project Code of Conduct
* Cleared interpreter warnings
* Fixed bug in `ThreadPoolExecutor` task count methods
* Fixed bug in 'LockFreeLinkedSet'
* Improved Java extension loading
* Handle Exception children in Edge::Future
* Continued improvements to channel

### Release v1.0.0.pre3 (29 September 2015)

* Removed interpreter warnings.
* Shared constants now in `lib/concurrent/constants.rb`
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.0.pre3'
EDGE_VERSION = '0.2.0.pre3'
VERSION = '1.0.0.pre4'
EDGE_VERSION = '0.2.0.pre4'
end

0 comments on commit 6a76967

Please sign in to comment.