From dd0fd9a8527d94dcafc163c83df30645cba19eb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 10:30:24 +0200 Subject: [PATCH] chore(master): release 1.2.0 (#30) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/sequra/style/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9191e8d..a88d7f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/sequra/sequra-style/compare/v1.1.0...v1.2.0) (2024-05-16) + + +### Features + +* Add RSpec/ContextMethod rule only as warning ([#29](https://github.com/sequra/sequra-style/issues/29)) ([9ae2e5b](https://github.com/sequra/sequra-style/commit/9ae2e5bb007d5175986a7436e358d915e12c0c90)) + ## [1.1.0](https://github.com/sequra/sequra-style/compare/v1.0.3...v1.1.0) (2024-04-03) diff --git a/Gemfile.lock b/Gemfile.lock index 5c61cd3..d00dbd7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sequra-style (1.1.0) + sequra-style (1.2.0) rubocop (~> 1) rubocop-performance (~> 1) rubocop-rails (~> 2) diff --git a/lib/sequra/style/version.rb b/lib/sequra/style/version.rb index 133ca0f..03b761a 100644 --- a/lib/sequra/style/version.rb +++ b/lib/sequra/style/version.rb @@ -1,5 +1,5 @@ module Sequra module Style - VERSION = "1.1.0" + VERSION = "1.2.0" end end