Skip to content

Commit

Permalink
Released v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdantonio committed Aug 9, 2015
1 parent 2450d40 commit 0d449fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Upcoming Release v0.9.1 (TBD)
## Current Release v0.9.1 (09 August 2015)

* Fixed a Rubiniux bug in synchronization object
* Fixed all unterpreter warnings (except circular references)
* Fixed requires when requiring `Atom` alone
* Fixed all interpreter warnings (except circular references)
* Fixed require statements when requiring `Atom` alone
* Significantly improved `ThreadLocalVar` on non-JRuby platforms
* Fixed error handling in Edge `Concurrent.zip`
* `AtomicFixnum` methods `#increment` and `#decrement` now support optional delta
Expand All @@ -12,7 +12,7 @@
* `ThreadLocalVar#bind` method is now public
* Refactored many tests

## Current Release v0.9.0 (10 July 2015)
### Release v0.9.0 (10 July 2015)

* Updated `AtomicReference`
- `AtomicReference#try_update` now simply returns instead of raising exception
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 = '0.9.0'
EDGE_VERSION = '0.1.0'
VERSION = '0.9.1'
EDGE_VERSION = '0.1.1'
end

0 comments on commit 0d449fb

Please sign in to comment.