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 = 13262]
  • Loading branch information
zenspider committed Nov 10, 2021
1 parent 97b3de3 commit 58d8673
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
=== 3.18.1 / 2021-11-10

* 1 minor enhancement:

* All parser tests are now explicitly testing line numbers at every level.

* 3 bug fixes:

* Fixed endless method with noargs. (mitsuru)
* Fixed line numbers on some yield forms.
* Handle and clearly report if unifdef is missing.

=== 3.18.0 / 2021-10-27

Holy crap... 58 commits! 2.7 and 3.0 are feature complete. Strings
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.0"
VERSION = "3.18.1"

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

0 comments on commit 58d8673

Please sign in to comment.