Skip to content

Commit

Permalink
Release v1.0.0 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov authored Feb 2, 2024
1 parent a31d5d9 commit f6833d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## v1.0.0 (2024-02-02)

### New Features

* Add `ruby-3.2` to CI
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -99,4 +99,4 @@ DEPENDENCIES
yard (>= 0.9.20)

BUNDLED WITH
2.5.4
2.5.5
2 changes: 1 addition & 1 deletion lib/onlyoffice_rspec_parser/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module OnlyofficeRspecParser
# @return [String] version of gem
VERSION = '0.6.0'
VERSION = '1.0.0'
end

0 comments on commit f6833d7

Please sign in to comment.