Skip to content

Commit 10727f2

Browse files
committed
Release version 0.1.1
[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)
1 parent 6a151bf commit 10727f2

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
## Development
1+
## 0.1.1 (March 16, 2018)
22

3-
### Enhancements
4-
5-
- TODO
3+
[Full Changelog](https://github.com/RadiusNetworks/radius-spec/compare/v0.1.0...v0.1.1)
64

75
### Bug Fixes
86

@@ -17,7 +15,7 @@
1715

1816
## 0.1.0 (March 14, 2018)
1917

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

2220
### Initial release:
2321

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

0 commit comments

Comments
 (0)