Skip to content

Commit 305d14b

Browse files
committed
Bump minor version.
1 parent 183c59f commit 305d14b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

lib/rubocop/socketry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module RuboCop
77
module Socketry
8-
VERSION = "0.3.0"
8+
VERSION = "0.4.0"
99
end
1010
end

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ Layout/ConsistentBlankLineIndentation:
2727
2828
Please 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

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.4.0
44

55
- Added `Layout/BlockDelimiterSpacing` cop to enforce consistent spacing before block delimiters.
66

0 commit comments

Comments
 (0)