summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.txt7
-rw-r--r--lib/hoe.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index f19742e..aa43438 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,10 @@
+=== 3.8.0 / 2014-01-15
+
+* 2 minor enhancements:
+
+ * Change racc plugin to support oedipus_lex, not rexical.
+ * Switched .rb to .rex rule to oedipus_lex.
+
=== 3.7.4 / 2014-01-06
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 3347de1..be6a78f 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.7.4"
+ VERSION = "3.8.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]