summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2012-11-12 17:22:38 -0800
committerRyan Davis <ryand@zenspider.com>2012-11-12 17:22:38 -0800
commit9eebf2d056c0d349d7af1c77c6b1cfd2258c14f0 (patch)
treebb3815527de307ee0fffc9ae3fd4b08c8e268fde
parentb2937f7df735710a0a1ffc6d2ec448a2d38d8645 (diff)
downloadhoe-9eebf2d056c0d349d7af1c77c6b1cfd2258c14f0.tar.gz
prepped for releasev3.3.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 7967]
-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]