From 4437d9e773eb63ff8682330f016a63e4eb66d0ab Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Sat, 13 Jan 2024 20:28:25 +0800 Subject: [PATCH] Bumping version to 1.10.3 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 6 +++--- lib/synvert/core/version.rb | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18c743b6..de5b05be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.30.3 (2024-01-13) + +* Add `Configuration.test_result` option + ## 1.30.2 (2024-01-09) * Add `Configuration.strict` option diff --git a/Gemfile.lock b/Gemfile.lock index f554bacd..7ebc8a0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - synvert-core (1.30.2) + synvert-core (1.30.3) activesupport (< 7.0.0) node_mutation (>= 1.21.6) node_query (>= 1.13.12) @@ -48,7 +48,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) lumberjack (1.2.8) method_source (1.0.0) - minitest (5.20.0) + minitest (5.21.1) nenv (0.3.0) node_mutation (1.22.2) node_query (1.14.1) @@ -56,7 +56,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.24.0) - parser (3.3.0.2) + parser (3.3.0.3) ast (~> 2.4.1) racc parser_node_ext (1.2.1) diff --git a/lib/synvert/core/version.rb b/lib/synvert/core/version.rb index 26967f68..ab2138b1 100644 --- a/lib/synvert/core/version.rb +++ b/lib/synvert/core/version.rb @@ -2,6 +2,6 @@ module Synvert module Core - VERSION = '1.30.2' + VERSION = '1.30.3' end end