File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 55
66module RuboCop
77 module Socketry
8- VERSION = "0.3 .0"
8+ VERSION = "0.4 .0"
99 end
1010end
Original file line number Diff line number Diff line change @@ -27,9 +27,13 @@ Layout/ConsistentBlankLineIndentation:
2727
2828Please see the [project releases](https://socketry.github.io/rubocop-socketry/releases/index) for all releases.
2929
30+ ### v0.4.0
31+
32+ - Added ` Layout/BlockDelimiterSpacing` cop to enforce consistent spacing before block delimiters.
33+
3034# ## v0.1.0
3135
32- - Initial implementaiton of ` Layout/ConsistentBlankLineIndentation`.
36+ - Initial implementation of `Layout/ConsistentBlankLineIndentation`.
3337
3438# # Contributing
3539
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.4.0
44
55 - Added ` Layout/BlockDelimiterSpacing ` cop to enforce consistent spacing before block delimiters.
66
You can’t perform that action at this time.
0 commit comments