From ce7fb65b6672abd85fa7360f8452a30c9c3cbe00 Mon Sep 17 00:00:00 2001 From: Marten Veldthuis <marten@veldthuis.com> Date: Mon, 23 May 2022 11:15:48 +0200 Subject: [PATCH] Release version 0.4.4 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 4 ++-- lib/roqua-support/version.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c4ab66..0d283ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.4 + +* Fix incompatibility with Appsignal v3 which removed long-deprecated is_ignored_exception? with no alternative + + ## 0.4.3 * Make sort_by_alphanum sort shorter string first. diff --git a/Gemfile.lock b/Gemfile.lock index 0d81d7e..d4d3c45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT PATH remote: . specs: - roqua-support (0.4.3) + roqua-support (0.4.4) active_interaction (>= 3.0, < 5.0) activesupport (>= 5.2, < 6.2) appsignal (>= 2.9, < 3.1) @@ -51,7 +51,7 @@ GEM bundler rake thor (>= 0.14.0) - appsignal (3.0.20) + appsignal (3.0.26) rack ast (2.4.2) builder (3.2.4) diff --git a/lib/roqua-support/version.rb b/lib/roqua-support/version.rb index 31b036c..3ee6491 100644 --- a/lib/roqua-support/version.rb +++ b/lib/roqua-support/version.rb @@ -1,5 +1,5 @@ module Roqua module Support - VERSION = '0.4.3'.freeze + VERSION = '0.4.4'.freeze end end -- GitLab