Skip to content

Commit 3d49d9c

Browse files
committed
Release version 0.6.0
[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
1 parent 3c7c6cc commit 3d49d9c

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.6.0 (August 6, 2020)
22

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

55
### Enhancements
66

@@ -13,7 +13,7 @@
1313

1414
### Bug Fixes
1515

16-
- TODO
16+
None
1717

1818

1919
## 0.5.0 (September 26, 2018)

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

0 commit comments

Comments
 (0)