summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.txt12
-rw-r--r--lib/hoe.rb2
2 files changed, 13 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 97c8501..eaae576 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,15 @@
+=== 2.10.0 / 2011-06-30
+
+* 3 minor enhancements:
+
+ * Added parse_urls to deal with array and hash style url lists in README.txt.
+ * Added urls accessor.
+ * Deprecated url accessors.
+
+* 1 bug fix:
+
+ * Specified wrong version of racc in racc plugin.
+
=== 2.9.6 / 2011-06-22
* 3 bug fixes:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 03127aa..0652022 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -67,7 +67,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = '2.9.6'
+ VERSION = '2.10.0'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :rcov, :gemcutter, :signing, :test]