From d32692861f9ba56b2ede231505af37a5d743d955 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Sun, 16 Jun 2024 08:14:34 +0800 Subject: [PATCH] Bumping version to 2.0.3 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 12 ++++++------ lib/synvert/core/version.rb | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2ed672..bad945be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 43193acc..a9656f83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/lib/synvert/core/version.rb b/lib/synvert/core/version.rb index 0d24fb32..698be681 100644 --- a/lib/synvert/core/version.rb +++ b/lib/synvert/core/version.rb @@ -2,6 +2,6 @@ module Synvert module Core - VERSION = '2.0.2' + VERSION = '2.0.3' end end