Skip to content

Commit 0d449fb

Browse files
committed
Released v0.9.1
1 parent 2450d40 commit 0d449fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
### Upcoming Release v0.9.1 (TBD)
1+
## Current Release v0.9.1 (09 August 2015)
22

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

15-
## Current Release v0.9.0 (10 July 2015)
15+
### Release v0.9.0 (10 July 2015)
1616

1717
* Updated `AtomicReference`
1818
- `AtomicReference#try_update` now simply returns instead of raising exception

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 = '0.9.0'
3-
EDGE_VERSION = '0.1.0'
2+
VERSION = '0.9.1'
3+
EDGE_VERSION = '0.1.1'
44
end

0 commit comments

Comments
 (0)