We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3415f8a commit ffa4c0aCopy full SHA for ffa4c0a
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 0.5.2 / 2018-06-13
2
+
3
+### Changed
4
5
+- Only truthy view part attributes are decorated (timriley)
6
7
+[Compare v0.5.0...v0.5.1](https://github.com/dry-rb/dry-view/compare/v0.5.1...v0.5.2)
8
9
# 0.5.1 / 2018-02-20
10
11
### Added
lib/dry/view/version.rb
@@ -1,5 +1,5 @@
module Dry
module View
- VERSION = '0.5.1'.freeze
+ VERSION = '0.5.2'.freeze
end
0 commit comments