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 = 14012]
  • Loading branch information
zenspider committed Jan 12, 2024
1 parent f9dfb8f commit 8b8a97e
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.2.0 / 2024-01-12

* 2 minor enhancements:

* Extended hoe/racc to be multitask! ruby_parser goes from 8.5s to 1.2s!
* Extended hoe/racc to build .yy files to allow for multi-file generation.

* 1 bug fix:

* Fixed missing dep declaration on oedipus_lex.

=== 4.1.0 / 2023-11-16

* 1 minor enhancement:
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.1.0"
VERSION = "4.2.0"

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

0 comments on commit 8b8a97e

Please sign in to comment.