Skip to content

Commit ffa4c0a

Browse files
committed
Bump version to 0.5.2
1 parent 3415f8a commit ffa4c0a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# 0.5.1 / 2018-02-20
210

311
### Added

lib/dry/view/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Dry
22
module View
3-
VERSION = '0.5.1'.freeze
3+
VERSION = '0.5.2'.freeze
44
end
55
end

0 commit comments

Comments
 (0)