Skip to content

Commit

Permalink
Bumping version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Jun 16, 2024
1 parent 2f0785f commit d326928
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.0.3 (2024-06-16)

* Fix `gem_spec_spec` test failures
* Use `NodeMutation` to fetch file line

## 2.0.2 (2024-05-30)

* Do not raise error for prism
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
synvert-core (2.0.2)
synvert-core (2.0.3)
activesupport
node_mutation (>= 1.24.4)
node_query (>= 1.15.3)
Expand All @@ -17,7 +17,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.3)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -31,7 +31,7 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.8)
coderay (1.1.3)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
Expand Down Expand Up @@ -68,14 +68,14 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.24.0)
parser (3.3.1.0)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
parser_node_ext (1.3.2)
parser
prettier_print (1.2.1)
prism (0.29.0)
prism (0.30.0)
prism_ext (0.3.2)
prism
pry (0.14.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/synvert/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Synvert
module Core
VERSION = '2.0.2'
VERSION = '2.0.3'
end
end

0 comments on commit d326928

Please sign in to comment.