Skip to content

Commit f12f440

Browse files
benreyncupakromeralexstonelankyfrenchmanjnebeker
committed
Release version 0.11.0
[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 <cupakromer@users.noreply.github.com> Co-authored-by: Alex Stone <astone@radiusnetworks.com> Co-authored-by: Eric Ouellette <eric.s.ouellette@gmail.com> Co-authored-by: James Nebeker <jnebeker@radiusnetworks.com> Co-authored-by: JC Avena <jcavena@gmail.com>
1 parent 049c6aa commit f12f440

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
1-
## Development
1+
## 0.11.0 (January 21, 2022)
22

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

55
### Enhancements
66

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

1025
### Bug Fixes
1126

12-
- TODO
27+
None
1328

1429
## 0.10.0 (October 18, 2021)
1530

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.11.pre"
5+
VERSION = "0.11.0"
66
end
77
end

0 commit comments

Comments
 (0)