From c88c4c4a9470648982962acc87a6e6119b8a50c1 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Sat, 20 Jun 2026 15:31:41 +0200 Subject: [PATCH] v0.8.0 --- Gemfile.lock | 4 ++-- lib/errbit_plugin/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 071990d..b3bca6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - errbit_plugin (0.7.0) + errbit_plugin (0.8.0) GEM remote: https://rubygems.org/ @@ -106,7 +106,7 @@ CHECKSUMS bundler (4.0.14) sha256=d09a0a965cf772266a7e49e83610be7c2f4e49e61134c42a56804bb383cc24b8 diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962 docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e - errbit_plugin (0.7.0) + errbit_plugin (0.8.0) json (2.19.9) sha256=9b9025b7cdddafa38d316eca0b2358488e42d417045c1b90d216a9fefe46b79a language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87 diff --git a/lib/errbit_plugin/version.rb b/lib/errbit_plugin/version.rb index 9762eac..4a83e8d 100644 --- a/lib/errbit_plugin/version.rb +++ b/lib/errbit_plugin/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ErrbitPlugin - VERSION = "0.7.0" + VERSION = "0.8.0" end