Skip to content

Commit 55e43d3

Browse files
committed
Update VERSION and History for release
1 parent 9c0b6bb commit 55e43d3

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

History.rdoc

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== 10.4
1+
=== 10.4.0
22

33
Enhancements:
44

@@ -9,6 +9,7 @@ Enhancements:
99
creation of tasks. Pull request #273 by Manav.
1010
* Rake no longer edits ARGV. This allows you to re-exec rake from a rake
1111
task. Issue #277 by Matt Palmer.
12+
* Etc.nprocessors is used for counting the number of CPUs.
1213

1314
Bug fixes:
1415

@@ -17,18 +18,8 @@ Bug fixes:
1718
* Add Rake::LATE to allow rebuilding of files that depend on deleted files.
1819
Bug #286, pull request #287 by David Grayson.
1920
* Fix relinking of files when repackaging. Bug #276 by Muenze.
20-
21-
=== 10.3.3
22-
23-
Enhancements:
24-
25-
* Added to use Pathnames when working with Rake. Pull request #271 by Randy Coulman.
26-
* Use Etc.nprocessors for counting to cpu numbers.
27-
28-
Bug fixes:
29-
3021
* Fixed some typos. Pull request #280 by Jed Northridge.
31-
* Also try counting CPUs via cpuinfo if host_os was not matched. Pull request
22+
* Try counting CPUs via cpuinfo if host_os was not matched. Pull request
3223
#282 by Edouard B.
3324

3425
=== 10.3.2 / 2014-05-15

lib/rake.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#++
2222

2323
module Rake
24-
VERSION = '10.3.2'
24+
VERSION = '10.4.0'
2525
end
2626

2727
require 'rake/version'

0 commit comments

Comments
 (0)