File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22
33## Master (Unreleased)
44
5+ ## 1.44.1 (2020-10-20)
6+
7+ * Relax ` rubocop-ast ` version constraint. ([ @PhilCoggins ] [ ] )
8+
59## 1.44.0 (2020-10-20)
610
711* Move our documentation from rubocop-rspec.readthedocs.io to docs.rubocop.org/rubocop-rspec. ([ @bquorning ] [ ] )
@@ -566,3 +570,4 @@ Compatibility release so users can upgrade RuboCop to 0.51.0. No new features.
566570[ @biinari ] : https://github.com/biinari
567571[ @koic ] : https://github.com/koic
568572[ @Rafix02 ] : https://github.com/Rafix02
573+ [ @PhilCoggins ] : https://github.com/PhilCoggins
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
44 module RSpec
55 # Version information for the RSpec RuboCop plugin.
66 module Version
7- STRING = '1.44.0 '
7+ STRING = '1.44.1 '
88 end
99 end
1010end
You can’t perform that action at this time.
0 commit comments