File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# chefstyle change log
2
2
3
- <!-- latest_release -->
3
+ <!-- latest_release 2.2.2 -->
4
+ ## [ v2.2.2] ( https://github.com/chef/chefstyle/tree/v2.2.2 ) (2022-02-17)
5
+
6
+ #### Merged Pull Requests
7
+ - Vendor rubocop-1.25.1 upstream configuration. [ #156 ] ( https://github.com/chef/chefstyle/pull/156 ) ([ tas50] ( https://github.com/tas50 ) )
4
8
<!-- latest_release -->
5
9
6
- <!-- release_rollup -->
10
+ <!-- release_rollup since=2.2.1 -->
11
+ ### Changes not yet released to rubygems.org
12
+
13
+ #### Merged Pull Requests
14
+ - Vendor rubocop-1.25.1 upstream configuration. [ #156 ] ( https://github.com/chef/chefstyle/pull/156 ) ([ tas50] ( https://github.com/tas50 ) ) <!-- 2.2.2 -->
7
15
<!-- release_rollup -->
8
16
9
17
<!-- latest_stable_release -->
Original file line number Diff line number Diff line change 1
- 2.2.1
1
+ 2.2.2
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Chefstyle
3
- VERSION = "2.2.1 "
3
+ VERSION = "2.2.2 "
4
4
RUBOCOP_VERSION = "1.25.1"
5
5
end
You can’t perform that action at this time.
0 commit comments