From 82ac3eaa29a618ccfc7992078869e9d4e77bd204 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning Date: Sun, 7 Nov 2021 22:41:14 +0100 Subject: [PATCH] Bump version to 2.6.0 --- CHANGELOG.md | 2 ++ docs/antora.yml | 2 +- lib/rubocop/rspec/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f3ee1f6..e3a5e4018 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 2.6.0 (2021-11-08) + * Fix merging RSpec DSL configuration from third-party gems. ([@pirj][]) * Fix `RSpec/ExcessiveDocstringSpacing` false positive for multi-line indented strings. ([@G-Rath][]) * Fix `Include` configuration for sub-departments. ([@pirj][]) diff --git a/docs/antora.yml b/docs/antora.yml index bd35f744c..9e4bdf35e 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: rubocop-rspec title: RuboCop RSpec -version: master +version: '2.6' nav: - modules/ROOT/nav.adoc diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index d38201435..736b59180 100644 --- a/lib/rubocop/rspec/version.rb +++ b/lib/rubocop/rspec/version.rb @@ -4,7 +4,7 @@ module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '2.5.0' + STRING = '2.6.0' end end end