summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-06-17 15:27:50 -0800
committerRyan Davis <ryand@zenspider.com>2009-06-17 15:27:50 -0800
commit44738ab846990849c5e8f49392ae55e962213645 (patch)
treefe3e3a224bcb2a5cdfe56f8da4811dabb4ca67ef
parentcf5dd73cb435c9d56cd4d1445c864de4a8a1ab80 (diff)
downloadhoe-44738ab846990849c5e8f49392ae55e962213645.tar.gz
Prepped for releasev2.2.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 5068]
-rw-r--r--History.txt19
-rw-r--r--lib/hoe.rb2
2 files changed, 20 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index b7ba560..f511108 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,22 @@
+=== 2.2.0 / 2009-06-17
+
+* 8 minor enhancements:
+
+ * Alter task descriptions to say what plugin they come from. jbarnette
+ * Fix and improve generate_key task. Patch #20441 by Matthew Kent.
+ * Hoe.plugin can take multiple names. jbarnette
+ * Increase configurability of RDoc tasks. Patch #19597 by Sylvain Joyeux.
+ * Refactored and renamed email task to debug_email, removed from announce.
+ * Removed email task from announce task.
+ * Switched to seattlerb plugin
+ * check_extra_deps now installs developer dependencies as well
+
+* 3 bug fixes:
+
+ * Fixed blogs entry in DEFAULT_CONFIG.
+ * activated but missing plugins are properly skipped now
+ * exclude field was missing from DEFAULT_CONFIG
+
=== 2.1.0 / 2009-06-14
* 6 minor enhancements:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 9272d2a..2a69392 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -69,7 +69,7 @@ end
class Hoe
# duh
- VERSION = '2.1.0'
+ VERSION = '2.2.0'
##
# Used to add extra flags to RUBY_FLAGS.