Skip to content

Commit 827999a

Browse files
committed
Updated CHANGELOG anb build tasks in advance of the 0.8.0 release.
1 parent 202766b commit 827999a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Next Release v0.8.0 (25 January 2015)
22

3+
* C extension for MRI have been extracted into the `concurrent-ruby-ext` companion gem.
4+
Please see the README for more detail.
35
* Better variable isolation in `Promise` and `Future` via an `:args` option
46

57
## Current Release v0.7.2 (24 January 2015)

Rakefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,9 @@ end
8181
task :clean do
8282
rm_rf 'pkg/classes'
8383
rm_rf 'tmp'
84-
rm_rf 'lib/1.9'
85-
rm_rf 'lib/2.0'
84+
rm_rf 'lib/concurrent/1.9'
85+
rm_rf 'lib/concurrent/2.0'
86+
rm_rf 'lib/concurrent/2.1'
8687
rm_f Dir.glob('./**/*.so')
8788
rm_f Dir.glob('./**/*.bundle')
8889
rm_f Dir.glob('./lib/*.jar')

0 commit comments

Comments
 (0)