summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.txt18
-rw-r--r--lib/hoe.rb2
2 files changed, 19 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 8e21261..eadacb3 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,21 @@
+=== 2.5.0 / 2010-01-06
+
+* 8 minor enhancements:
+
+ * Add extra dirs to rcov include path if needed.
+ * Added Hoe#dependency_target to make dependencies easier to declare.
+ * Added extra doco to describe how auto-population works.
+ * Added more doco to readme.
+ * Don't bother posting news to rubyforge.
+ * Hoe::Inline plugin now deals with X::Y by flattening the name.
+ * Merged some of Hoe.pdf to README.txt and further improved doco.
+ * Pushed gemcutter & rubyforge dependencies down to the plugins.
+
+* 2 bug fixes:
+
+ * Fix perms on Hoe.pdf after copying.
+ * Fixed Hoe rdoc problem caused by gemcutter plugin.
+
=== 2.4.0 / 2009-12-08
* 6 minor enhancements:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index c62a1e0..e16f655 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -58,7 +58,7 @@ require 'hoe/rake'
class Hoe
# duh
- VERSION = '2.4.0'
+ VERSION = '2.5.0'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :rcov, :rubyforge, :gemcutter, :signing, :test]