Skip to content

Commit

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

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

- Exclude more bundler binstubs from Rubocop (Aaron Kromer, #18, #20)
- Exclude `chdir` and `Capybara.register_driver` configuration blocks from
  `Metrics/BlockLength` checks (Aaron Kromer, #18)
- Exclude gem specs from block and line length metrics (Aaron Kromer, #20)
- Standardize on key style of `Layout/AlignHash` (Aaron Kromer, #18)
- Upgrade to Rubocop 0.62.x (Aaron Kromer, #21)

Bug Fixes
---------

None
  • Loading branch information
cupakromer committed Aug 6, 2020
1 parent 3c7c6cc commit 3d49d9c
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.6.0 (August 6, 2020)

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

### Enhancements

Expand All @@ -13,7 +13,7 @@

### Bug Fixes

- TODO
None


## 0.5.0 (September 26, 2018)
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.6.pre"
VERSION = "0.6.0"
end
end

0 comments on commit 3d49d9c

Please sign in to comment.