Skip to content

Commit 09147a4

Browse files
committed
Release version 0.3.0
[Full Changelog](v0.2.1...v0.3.0) Breaking Change --------------- - Lock Rubocop to a minor release version in gemspec (Aaron Kromer, #5) Enhancements ------------ - Adjust common Rubocop configuration (Aaron Kromer, #5) - Customize `Style/AndOr` to flag only conditionals allowing `and` / `or` for control flow - Add `find` to functional method blocks - Disable `Style/DoubleNegation` as this is a common Ruby idiom - Disable `Style/StringLiteralsInInterpolation` to stay consistent with our no preferences for single versus double quotes Bug Fixes --------- - Remove `Include` from common Rubocop all cops configuration to fix issues with Rubocop 0.56.0+ not seeing all expected files. (Aaron Kromer, #5)
1 parent 68ccf64 commit 09147a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Development
1+
## 0.3.0 (June 15, 2018)
22

3-
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.2.1...master)
3+
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.2.1...v0.3.0)
44

55
### Breaking Change
66

lib/radius/spec/version.rb

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

33
module Radius
44
module Spec
5-
VERSION = "0.3.pre"
5+
VERSION = "0.3.0"
66
end
77
end

0 commit comments

Comments
 (0)