Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/hoe/dev/": change = 14149]
  • Loading branch information
zenspider committed May 22, 2024
1 parent d8fb633 commit d16ef81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
=== 4.2.1 / 2024-05-21

* 1 minor enhancement:

* Raise error if readme file is improperly structured.

* 1 bug fix:

* Fix NoMethodError: undefined method 'verbose'. (adangel)

=== 4.2.0 / 2024-01-12

* 2 minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/hoe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)

# duh
VERSION = "4.2.0"
VERSION = "4.2.1"

@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]
Expand Down

0 comments on commit d16ef81

Please sign in to comment.