Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 13334]
  • Loading branch information
zenspider committed Mar 30, 2022
1 parent 9275666 commit 5a2bc18
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
=== 3.19.0 / 2022-03-29

* 1 major enhancement:

* Added tentative 3.1 support.

* 7 minor enhancements:

* 3.1: bare RHS assoc: { y: } => s(:hash, s(:lit, :y), nil)
* 3.1: calls w/ unnamed block args (bare &)
* 3.1: endless defn/defs w/ paren-less calls (aka commands)
* 3.1: pattern capture to nonlocal vars, eg: ^@a, ^$b, ^@@c
* 3.1: pattern: ^(expr) => expr
* Improved steps for adding new versions.
* Improved steps for running gauntlets.

* 2 bug fixes:

* Bumped 2.6+ cached versions for rake compare.
* Skip test_regexp_esc_C_slash on ruby 3.1.0 because of MRI bug.

=== 3.18.1 / 2021-11-10

* 1 minor enhancement:
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_parser_extras.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def nil_line?
end

module RubyParserStuff
VERSION = "3.18.1"
VERSION = "3.19.0"

attr_accessor :lexer, :in_def, :in_single, :file
attr_accessor :in_kwarg
Expand Down

0 comments on commit 5a2bc18

Please sign in to comment.