Skip to content

Commit

Permalink
Update VERSION and History for release
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Nov 25, 2014
1 parent 9c0b6bb commit 55e43d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== 10.4
=== 10.4.0

Enhancements:

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

Bug fixes:

Expand All @@ -17,18 +18,8 @@ Bug fixes:
* Add Rake::LATE to allow rebuilding of files that depend on deleted files.
Bug #286, pull request #287 by David Grayson.
* Fix relinking of files when repackaging. Bug #276 by Muenze.

=== 10.3.3

Enhancements:

* Added to use Pathnames when working with Rake. Pull request #271 by Randy Coulman.
* Use Etc.nprocessors for counting to cpu numbers.

Bug fixes:

* Fixed some typos. Pull request #280 by Jed Northridge.
* Also try counting CPUs via cpuinfo if host_os was not matched. Pull request
* Try counting CPUs via cpuinfo if host_os was not matched. Pull request
#282 by Edouard B.

=== 10.3.2 / 2014-05-15
Expand Down
2 changes: 1 addition & 1 deletion lib/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#++

module Rake
VERSION = '10.3.2'
VERSION = '10.4.0'
end

require 'rake/version'
Expand Down

0 comments on commit 55e43d3

Please sign in to comment.