Skip to content

Commit 45736c3

Browse files
committed
prepped for release
[git-p4: depot-paths = "//src/hoe/dev/": change = 14542]
1 parent d3e0ed0 commit 45736c3

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

History.rdoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
=== 4.3.0 / 2025-06-17
2+
3+
* 4 bug fixes:
4+
5+
* Fix Gem index inflation. (halostatue)
6+
* Fix known_plugins task for Gem::SpecFetcher API changes. (segiddins)
7+
* Removed defunct deps:email task.
8+
* Update list of known plugins. (segiddins)
9+
110
=== 4.2.3 / 2025-03-25
211

312
* 2 minor enhancements:

lib/hoe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Hoe
8787
include Rake::DSL if defined?(Rake::DSL)
8888

8989
# duh
90-
VERSION = "4.2.3"
90+
VERSION = "4.2.4"
9191

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

0 commit comments

Comments
 (0)