Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Mar 6, 2021
1 parent d7e3586 commit 2dfb05f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,9 +1,15 @@
# Changelog

## 1.0.4

* Workaround RuboCop's CLI from erroring when it detects a cop named
BlockDelimiters by renaming it to BlockSingleLineBraces
([#271](https://github.com/testdouble/standard/issues/271)0

## 1.0.3

* Fix an exit code bug introduced in 1.0.2
([#271](https://github.com/testdouble/standard/pull/272)
([#272](https://github.com/testdouble/standard/pull/272)

## 1.0.2

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (1.0.3)
standard (1.0.4)
rubocop (= 1.11.0)
rubocop-performance (= 1.10.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("1.0.3")
VERSION = Gem::Version.new("1.0.4")
end

0 comments on commit 2dfb05f

Please sign in to comment.