Skip to content

Commit

Permalink
Release version 0.11.0
Browse files Browse the repository at this point in the history
[Full Changelog](v0.10.0...0.11.0)

Enhancements
------------

- Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, Ben Reynolds, James Nebeker, JC Avena, Sam Kim)
  - Enable `Lint/NoReturnInBeginEndBlocks` by default
  - Set `AllowHttpProtocol: false` for `Bundler/InsecureProtocolSource` cop
  - Set `AllowNil: false` for `Lint/SuppressedException` cop
  - Enable `Naming/BlockForwarding` cop for future Ruby 3.1 usage
  - Disallow Ruby 3 `Style/NumberedParameters`
  - Enable `Style/StringChars` by default
  - Set `AllowMethodsWithArguments: true` for `Style/SymbolProc` cop
  - Disallow combined `&&` and `||` in single `unless` clauses
  - Enable `Naming/InclusiveLanguage` by default
- Adjust common Rubocop-Rails configuration (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim)
  - Enable `Rails/EnvironmentVariableAccess` (`AllowReads` to `true`)
  - Changed `Rails/FindBy`:`IgnoreWhereFirst` to `false`
  - Enable `Rails/ReversibleMigrationMethodDefinition`
- Upgrade to Rubocop Rails 2.13.x (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim)
- Upgrade to Rubocop 1.25.x (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim, JC Avena, Eric Ouellette, Aaron Hill)
- Include model factory helpers in helper specs by default (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, JC Avena, Eric Ouellette)

Bug Fixes
---------

None

Co-authored-by: Aaron Kromer <[email protected]>
Co-authored-by: Alex Stone <[email protected]>
Co-authored-by: Eric Ouellette <[email protected]>
Co-authored-by: James Nebeker <[email protected]>
Co-authored-by: JC Avena <[email protected]>
  • Loading branch information
6 people committed Jan 21, 2022
1 parent 049c6aa commit f12f440
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
## Development
## 0.11.0 (January 21, 2022)

[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.10.0...main)
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.10.0...0.11.0)

### Enhancements

- Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, Ben Reynolds, James Nebeker, JC Avena, Sam Kim)
- Enable `Lint/NoReturnInBeginEndBlocks` by default
- Set `AllowHttpProtocol: false` for `Bundler/InsecureProtocolSource` cop
- Set `AllowNil: false` for `Lint/SuppressedException` cop
- Enable `Naming/BlockForwarding` cop for future Ruby 3.1 usage
- Disallow Ruby 3 `Style/NumberedParameters`
- Enable `Style/StringChars` by default
- Set `AllowMethodsWithArguments: true` for `Style/SymbolProc` cop
- Disallow combined `&&` and `||` in single `unless` clauses
- Enable `Naming/InclusiveLanguage` by default
- Adjust common Rubocop-Rails configuration (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim)
- Enable `Rails/EnvironmentVariableAccess` (`AllowReads` to `true`)
- Changed `Rails/FindBy`:`IgnoreWhereFirst` to `false`
- Enable `Rails/ReversibleMigrationMethodDefinition`
- Upgrade to Rubocop Rails 2.13.x (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim)
- Upgrade to Rubocop 1.25.x (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, Sam Kim, JC Avena, Eric Ouellette, Aaron Hill)
- Include model factory helpers in helper specs by default (Alex Stone, James Nebeker, Aaron Kromer, Ben Reynolds, JC Avena, Eric Ouellette)

### Bug Fixes

- TODO
None

## 0.10.0 (October 18, 2021)

Expand Down
2 changes: 1 addition & 1 deletion lib/radius/spec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Radius
module Spec
VERSION = "0.11.pre"
VERSION = "0.11.0"
end
end

0 comments on commit f12f440

Please sign in to comment.