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 8ce9cbb..1ee0d69 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 1.8.2 / 2008-10-24:
+
+* 1 minor enhancement:
+
+ * Now asks Inline for known inlined classes if you package w/ INLINE=1.
+
=== 1.8.1 / 2008-10-22
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 1cd5fab..9c492e5 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -124,7 +124,7 @@ end
#
class Hoe
- VERSION = '1.8.1'
+ VERSION = '1.8.2'
GEMURL = URI.parse 'http://gems.rubyforge.org' # for namespace :deps below
ruby_prefix = Config::CONFIG['prefix']