Skip to content

Commit 9ea05a6

Browse files
committed
Bump minor version.
1 parent 025f7c3 commit 9ea05a6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.4.0"
8+
VERSION = "0.5.0"
99
end
1010
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Layout/ConsistentBlankLineIndentation:
2727
2828
Please see the [project releases](https://socketry.github.io/rubocop-socketry/releases/index) for all releases.
2929
30+
### v0.5.0
31+
32+
- Added `Style/GlobalExceptionVariables` cop to warn against using global exception variables (`$!`, `$@`, `$ERROR_INFO`, `$ERROR_POSITION`).
33+
3034
### v0.4.0
3135

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

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.5.0
44

55
- Added `Style/GlobalExceptionVariables` cop to warn against using global exception variables (`$!`, `$@`, `$ERROR_INFO`, `$ERROR_POSITION`).
66

0 commit comments

Comments
 (0)