Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Oct 21, 2018
1 parent e0efc45 commit 3b9632a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.5.3 / 2018-10-22

### Added

- `renderer_options` setting for configuring tilt-based renderer (liseki in [#62][pr62])

### Changed

- Part objects wrap values more transparently, via added `#respond_to_missing?` (liseki in [#63][pr63])

[pr62]: https://github.com/dry-rb/dry-view/pull/62
[pr63]: https://github.com/dry-rb/dry-view/pull/63

# 0.5.2 / 2018-06-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/view/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Dry
module View
VERSION = '0.5.2'.freeze
VERSION = '0.5.3'.freeze
end
end

0 comments on commit 3b9632a

Please sign in to comment.