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 2
2
3
3
## Master (Unreleased)
4
4
5
+ ## 1.44.1 (2020-10-20)
6
+
7
+ * Relax ` rubocop-ast ` version constraint. ([ @PhilCoggins ] [ ] )
8
+
5
9
## 1.44.0 (2020-10-20)
6
10
7
11
* 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.
566
570
[ @biinari ] : https://github.com/biinari
567
571
[ @koic ] : https://github.com/koic
568
572
[ @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
4
4
module RSpec
5
5
# Version information for the RSpec RuboCop plugin.
6
6
module Version
7
- STRING = '1.44.0 '
7
+ STRING = '1.44.1 '
8
8
end
9
9
end
10
10
end
You can’t perform that action at this time.
0 commit comments