Skip to content

Commit 65b8a99

Browse files
committed
Release version 0.4.0
[Full Changelog](v0.3.0...v0.4.0) Enhancements ------------ - Upgrade to Rubocop 0.58.x (Aaron Kromer, #10) - Add more custom extra details for customized cops (Aaron Kromer, #10) - Adjust common Rubocop configuration - Disable `Naming/BinaryOperatorParameterName` (Aaron Kromer, #7) - Disable `Style/RedundantReturn` (Aaron Kromer, #7) - Allow optional leading underscores for memoized instance variable names to support modules wanting to reduce conflicts / collisions. (Aaron Kromer, #10) - Adjust common Rubocop Rails configuration (Aaron Kromer, #7) - Exclude Rails controllers from Rubocop's `Metrics/MethodLength` due to `respond_to` / `format` and permitted params methods - Disable `Rails/HasAndBelongsToMany` - Exclude Rails app `config/routes.rb` from `Metrics/BlockLength` Bug Fixes --------- - Add more functional methods to Rubocop config (Aaron Kromer, #7) - `create` - `create!` - `build` - `build!` - Support running system specs in isolation (Aaron Kromer, #9)
1 parent b9cc4e4 commit 65b8a99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Development
1+
## 0.4.0 (July 10, 2018)
22

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

55
### Enhancements
66

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

0 commit comments

Comments
 (0)