Skip to content

Commit 658c63a

Browse files
committed
Release version 0.7.0
[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
1 parent d20b8b9 commit 658c63a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Development
1+
## 0.7.0 (July 23, 2021)
22

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

55
### Enhancements
66

@@ -21,7 +21,7 @@
2121

2222
### Bug Fixes
2323

24-
- TODO
24+
None
2525

2626

2727
## 0.6.0 (August 6, 2020)

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

0 commit comments

Comments
 (0)