summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.rdoc6
-rw-r--r--lib/hoe.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/History.rdoc b/History.rdoc
index ae4c171..d9b9fea 100644
--- a/History.rdoc
+++ b/History.rdoc
@@ -1,3 +1,9 @@
+=== 4.0.3 / 2023-05-02
+
+* 1 bug fix:
+
+ * Ensure that license name is a string.
+
=== 4.0.2 / 2023-01-21
* 1 minor enhancement:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 6842a72..15cfeda 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -87,7 +87,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = "4.0.2"
+ VERSION = "4.0.3"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]