diff --git a/History.rdoc b/History.rdoc index 2350bc0..176adf6 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,9 @@ +=== 4.2.2 / 2024-06-24 + +* 1 bug fix: + + * Fix errors created when string literals are frozen. + === 4.2.1 / 2024-05-21 * 1 minor enhancement: diff --git a/lib/hoe.rb b/lib/hoe.rb index f3c7606..2ee2c79 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.2.1" + VERSION = "4.2.2" @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package, :publish, :gemcutter, :signing, :test]