Skip to content

Commit

Permalink
Release v0.4.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored Aug 10, 2022
1 parent 1f08049 commit e5518c5
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 2022-08-06 05:23:40 UTC using RuboCop version 1.33.0.
# on 2022-08-10 15:45:25 UTC using RuboCop version 1.34.1.
# 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 @@

## Unreleased (master)

## 0.4.0 (2022-08-10)

### New Features

* Add `yamllint` check in 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_tcm_helper (0.3.2)
onlyoffice_tcm_helper (0.4.0)
onlyoffice_file_helper (< 2)

GEM
Expand Down Expand Up @@ -89,4 +89,4 @@ DEPENDENCIES
yard (~> 0, >= 0.9.20)

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

module OnlyofficeTcmHelper
# @return [String] version of gem
VERSION = '0.3.2'
VERSION = '0.4.0'
end

0 comments on commit e5518c5

Please sign in to comment.