Skip to content

Commit 7ff3b9a

Browse files
committed
Released v0.7.1
1 parent e3d816d commit 7ff3b9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Upcoming Release v0.7.1 (TBD)
1+
## Current Release v0.7.1 (4 December 2014)
22

33
Please see the [roadmap](https://github.com/ruby-concurrency/concurrent-ruby/issues/142) for more information on the next planned release.
44

@@ -19,7 +19,7 @@ Please see the [roadmap](https://github.com/ruby-concurrency/concurrent-ruby/iss
1919
* Removed confusing warning when not using native extenstions
2020
* Improved documentation
2121

22-
## Current Release v0.7.0 (13 August 2014)
22+
### Release v0.7.0 (13 August 2014)
2323

2424
* Merge the [atomic](https://github.com/ruby-concurrency/atomic) gem
2525
- Pure Ruby `MutexAtomic` atomic reference class

lib/concurrent/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Concurrent
2-
VERSION = '0.7.0'
2+
VERSION = '0.7.1'
33
end

0 commit comments

Comments
 (0)