From 49614a63748136d9b85073ee239bf92d0f842621 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Sat, 4 May 2024 17:01:32 +0800 Subject: [PATCH] Bumping version to 2.0.1 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 4 ++-- lib/synvert/core/version.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cfa767..ae4c2457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 2.0.1 (2024-05-04) + +* Rescue Prism and SyntaxTree parser error +* Unlock activesupport version + ## 2.0.0 (2024-04-28) * Add instance variable `Instance#current_parser` diff --git a/Gemfile.lock b/Gemfile.lock index 892ac185..734ded92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - synvert-core (2.0.0) + synvert-core (2.0.1) activesupport node_mutation (>= 1.24.4) node_query (>= 1.15.2) @@ -75,7 +75,7 @@ GEM parser_node_ext (1.3.2) parser prettier_print (1.2.1) - prism (0.27.0) + prism (0.28.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 63320e39..8bf102f9 100644 --- a/lib/synvert/core/version.rb +++ b/lib/synvert/core/version.rb @@ -2,6 +2,6 @@ module Synvert module Core - VERSION = '2.0.0' + VERSION = '2.0.1' end end