summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.txt8
-rw-r--r--lib/hoe.rb2
2 files changed, 9 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index a3c58ab..6affb21 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,11 @@
+=== 3.3.0 / 2012-11-12
+
+* 3 minor enhancements:
+
+ * Added Sow#make_sub_modules. (bhenderson)
+ * Hoe.normalize_names now returns test class name separately. (bhenderson)
+ * Sow now generates test and impl files with proper namespacing. (bhenderson)
+
=== 3.2.0 / 2012-11-09
* 3 minor enhancements:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 6e009f1..025933c 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.2.0'
+ VERSION = '3.3.0'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]