From f6833d7d94564abc32af185e8b600b680c128b41 Mon Sep 17 00:00:00 2001 From: Vitaliy Serov <154601125+VitaliySerov@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:14:18 +0300 Subject: [PATCH] Release v1.0.0 (#356) --- .rubocop_todo.yml | 2 +- CHANGELOG.md | 2 ++ Gemfile.lock | 4 ++-- lib/onlyoffice_rspec_parser/version.rb | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index d419b64..647f609 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-01-05 09:09:58 UTC using RuboCop version 1.59.0. +# on 2024-02-02 14:12:17 UTC using RuboCop version 1.60.2. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new diff --git a/CHANGELOG.md b/CHANGELOG.md index 970bc9e..8383715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## v1.0.0 (2024-02-02) + ### New Features * Add `ruby-3.2` to CI diff --git a/Gemfile.lock b/Gemfile.lock index 2b82998..ae3eaed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - onlyoffice_rspec_parser (0.6.0) + onlyoffice_rspec_parser (1.0.0) onlyoffice_file_helper (>= 0.1, < 3.0) onlyoffice_logger_helper (~> 1) parser (>= 2, < 4) @@ -99,4 +99,4 @@ DEPENDENCIES yard (>= 0.9.20) BUNDLED WITH - 2.5.4 + 2.5.5 diff --git a/lib/onlyoffice_rspec_parser/version.rb b/lib/onlyoffice_rspec_parser/version.rb index d0dc33e..2c43bee 100644 --- a/lib/onlyoffice_rspec_parser/version.rb +++ b/lib/onlyoffice_rspec_parser/version.rb @@ -2,5 +2,5 @@ module OnlyofficeRspecParser # @return [String] version of gem - VERSION = '0.6.0' + VERSION = '1.0.0' end