Skip to content

Commit

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

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

- Upgrade to Rubocop 0.82.x (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris
  Hoffman, James Nebeker, JC Avena #26)
- Upgrade to Rubocop Rails 2.5.x (Aaron Hill, Aaron Kromer, Ben Reynolds, Chris
  Hoffman, James Nebeker, JC Avena #26)
- Adjust common Rubocop configuration (Aaron Hill, Aaron Kromer, Ben Reynolds,
  Chris Hoffman, James Nebeker, JC Avena #26)
  - Rename metrics/configuration parameters per version upgrade requirements
  - Use the stricter `always_true` check for `Style/FrozenStringLiteralComment`
  - Opt-in to new cops/checks behaving per their default settings
- Adjust common Rubocop Rails configuration (Aaron Hill, Aaron Kromer, Ben
  Reynolds, Chris Hoffman, James Nebeker, JC Avena #26)
  - Disable `Rails/IndexBy` by default
  - Disable `Rails/IndexWith` by default

Bug Fixes
---------

None
  • Loading branch information
cupakromer committed Aug 26, 2021
1 parent d87d90a commit 49eb2d1
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.8.0 (August 26, 2021)

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

### Enhancements

Expand All @@ -20,7 +20,7 @@

### Bug Fixes

- TODO
None


## 0.7.0 (July 23, 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.8.pre"
VERSION = "0.8.0"
end
end

0 comments on commit 49eb2d1

Please sign in to comment.