Skip to content

Commit

Permalink
Release v0.4.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored Jan 28, 2021
1 parent 6e451bf commit ee8be8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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)

## v0.4.0 (2021-01-28)

### New Features

* Add `ruby-3.0` 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.3.0)
onlyoffice_rspec_parser (0.4.0)
onlyoffice_file_helper (~> 0.1)
onlyoffice_logger_helper (~> 1)
parser (>= 2, < 4)
Expand Down Expand Up @@ -87,4 +87,4 @@ DEPENDENCIES
yard (>= 0.9.20)

BUNDLED WITH
2.1.4
2.2.6
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.3.0'
VERSION = '0.4.0'
end

0 comments on commit ee8be8d

Please sign in to comment.