Skip to content

Commit

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

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

- Upgrade to Rubocop 0.73.x (Aaron Hill, Aaron Kromer, Ben Reynold, Chris
  Hoffman, James Nebeker #24)
- Upgrade to Rubocop Rails 2.2.x (Aaron Hill, Aaron Kromer, Ben Reynold, Chris
  Hoffman, James Nebeker #24)
- Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, Ben Reynold,
  Chris Hoffman, James Nebeker #24)
  - Target Ruby 2.7 by default
  - Enable `Lint/HeredocMethodCallPosition` by default
  - Use `StandardError` for the suggested parent classes of errors
  - Bump metric check maximums to provide a little more wiggle room
  - Disable `Naming/RescuedExceptionsVariableName` by default
- Adjust common Rubocop Rails configuration (Aaron Hill, Aaron Kromer, Ben
  Reynold, Chris Hoffman, James Nebeker #24)
  - Disable `Rails/IgnoredSkipActionFilterOption` by default

Bug Fixes
---------

None
  • Loading branch information
cupakromer committed Jul 23, 2021
1 parent d20b8b9 commit 658c63a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Development
## 0.7.0 (July 23, 2021)

[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.6.0...master)
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.6.0...0.7.0)

### Enhancements

Expand All @@ -21,7 +21,7 @@

### Bug Fixes

- TODO
None


## 0.6.0 (August 6, 2020)
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.7.pre"
VERSION = "0.7.0"
end
end

0 comments on commit 658c63a

Please sign in to comment.