We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d816d commit 7ff3b9aCopy full SHA for 7ff3b9a
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-### Upcoming Release v0.7.1 (TBD)
+## Current Release v0.7.1 (4 December 2014)
2
3
Please see the [roadmap](https://github.com/ruby-concurrency/concurrent-ruby/issues/142) for more information on the next planned release.
4
@@ -19,7 +19,7 @@ Please see the [roadmap](https://github.com/ruby-concurrency/concurrent-ruby/iss
19
* Removed confusing warning when not using native extenstions
20
* Improved documentation
21
22
-## Current Release v0.7.0 (13 August 2014)
+### Release v0.7.0 (13 August 2014)
23
24
* Merge the [atomic](https://github.com/ruby-concurrency/atomic) gem
25
- Pure Ruby `MutexAtomic` atomic reference class
lib/concurrent/version.rb
@@ -1,3 +1,3 @@
module Concurrent
- VERSION = '0.7.0'
+ VERSION = '0.7.1'
end
0 commit comments