Skip to content

Commit

Permalink
Release v0.5.0 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov authored Feb 2, 2024
1 parent 2c41e15 commit 7b5c007
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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-02-02 08:02:40 UTC using RuboCop version 1.60.2.
# on 2024-02-02 15:09:29 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)

## 0.5.0 (2024-02-02)

### New Features

* Add `ruby-3.3` to CI
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
onlyoffice_testrail_wrapper (0.4.0)
onlyoffice_testrail_wrapper (0.5.0)
onlyoffice_bugzilla_helper (~> 0.1)
onlyoffice_file_helper (< 3)
onlyoffice_logger_helper (~> 1)
Expand Down
2 changes: 1 addition & 1 deletion lib/onlyoffice_testrail_wrapper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OnlyofficeTestrailWrapper
module Version
STRING = '0.4.0'
STRING = '0.5.0'
end
end

0 comments on commit 7b5c007

Please sign in to comment.