From 8b8a97e84c5b86bf307ac4e4f1a314a6b17c523b Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Fri, 12 Jan 2024 11:02:23 -0800 Subject: [PATCH] prepped for release [git-p4: depot-paths = "//src/hoe/dev/": change = 14012] --- History.rdoc | 11 +++++++++++ lib/hoe.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/History.rdoc b/History.rdoc index b111887..f3a6a72 100644 --- a/History.rdoc +++ b/History.rdoc @@ -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: diff --git a/lib/hoe.rb b/lib/hoe.rb index d72965c..9059426 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.1.0" + VERSION = "4.2.0" @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package, :publish, :gemcutter, :signing, :test]