diff --git a/CHANGELOG.md b/CHANGELOG.md index ee588ee..e6d1124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## Development +## 0.2.0 (May 17, 2018) -[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.1.1...master) +[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.1.1...v0.2.0) ### Enhancements @@ -8,7 +8,7 @@ - Ignore `Lint/AmbiguousBlockAssociation` for specs - Ignore long lines due to Rubocop directives - Ignore long lines due to comments - - Prefer a line length of 80, but don't complain until 90 + - Prefer a line length of 80, but don't complain until 100 - Disable ASCII only comments - Set the `MinSize` for `Style/SymbolArray` and `Style/WordArray` to three - Use squiggly `<<~` heredoc indentation @@ -19,10 +19,6 @@ - Ignore `Rails/ApplicationRecord` for benchmarks - Ignore more common gem binstubs -### Bug Fixes - -- TODO - ## 0.1.1 (March 16, 2018) diff --git a/lib/radius/spec/version.rb b/lib/radius/spec/version.rb index 100bb81..e90dbeb 100644 --- a/lib/radius/spec/version.rb +++ b/lib/radius/spec/version.rb @@ -2,6 +2,6 @@ module Radius module Spec - VERSION = "0.2.pre" + VERSION = "0.2.0" end end