summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.txt6
-rw-r--r--lib/hoe.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index 1e48980..a6a4fc5 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 3.0.2 / 2012-04-03
+
+* 1 bug fix:
+
+ * Generate urls list properly in #announcement if you use k/v form
+
=== 3.0.1 / 2012-03-26
* 1 minor enhancement:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 1224836..2ae1d57 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -91,7 +91,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = '3.0.1'
+ VERSION = '3.0.2'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]