Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
[Full Changelog](v0.1.0...v0.1.1)

Bug Fixes
---------

- Fix `NameError: undefined local variable or method `config` for Rails RSpec
  configuration (Aaron Kromer, #1)
- Fix model factory build issue in which registered template attributes, which
  use symbol keys, are not replaced by custom attributes using string keys
  (Aaron Kromer, #1)
- Exclude `spec/support/model_factories.rb` from `Metrics/BlockLength` in
  common Rubocop config (Aaron Kromer, 714b9b3)
  • Loading branch information
cupakromer committed Mar 16, 2018
1 parent 6a151bf commit 10727f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Development
## 0.1.1 (March 16, 2018)

### Enhancements

- TODO
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.1.0...v0.1.1)

### Bug Fixes

Expand All @@ -17,7 +15,7 @@

## 0.1.0 (March 14, 2018)

[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/0fb9d553f493c7ba454f13c9d4332d62a336f0a4..v0.1.0)
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/0fb9d553f493c7ba454f13c9d4332d62a336f0a4...v0.1.0)

### Initial release:

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.2.pre"
VERSION = "0.1.1"
end
end

0 comments on commit 10727f2

Please sign in to comment.