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 = 13972]
  • Loading branch information
zenspider committed Nov 16, 2023
1 parent 3a217df commit 5edfce8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
=== 4.1.0 / 2023-11-16

* 1 minor enhancement:

* Added Hoe::Cov#cov_filter accessor.

* 2 bug fixes:

* Removed use of Gem.bin_wrapper. rdoc is now just rdoc.
* Removed use of Gem.default_exec_format. gem is now just gem.

=== 4.0.5 / 2023-07-25

* 1 bug fix:
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.0.5"
VERSION = "4.1.0"

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

0 comments on commit 5edfce8

Please sign in to comment.