diff options
-rw-r--r-- | History.txt | 11 | ||||
-rw-r--r-- | lib/hoe.rb | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/History.txt b/History.txt index 5120d41..103f8b1 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,14 @@ +=== 2.8.0 / 2010-12-08 + +* 6 minor enhancements: + + * Added PRE=a.1 variable to package and release tasks. (ged) + * Added compiler plugin to support rake-compiler. (tenderlove) + * Added known_plugins task and updated included and 3rd party plugins doco + * Added racc/rex plugin! + * Extended sow's Rakefile template to dynamically include installed plugins + * Turned off rubyforge plugin by default. (tenderlove's whining) + === 2.7.0 / 2010-11-15 * 2 minor enhancements: @@ -58,7 +58,7 @@ require 'hoe/rake' class Hoe # duh - VERSION = '2.7.0' + VERSION = '2.8.0' @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package, :publish, :rcov, :gemcutter, :signing, :test] |