Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Nov 15, 2024
1 parent 1430e94 commit e99b5ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## HEAD (unreleased)

## 2.0.2

- Fix: Separate multiple parser errors by newline. (https://github.com/ruby/syntax_suggest/pull/232)

## 2.0.1
Expand Down
2 changes: 1 addition & 1 deletion lib/syntax_suggest/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SyntaxSuggest
VERSION = "2.0.1"
VERSION = "2.0.2"
end

0 comments on commit e99b5ba

Please sign in to comment.