From 9bb9394011bead8fb2917a35f30bc40d650f478a Mon Sep 17 00:00:00 2001 From: Tim Riley Date: Tue, 20 Feb 2018 09:53:33 +1100 Subject: [PATCH] Bump version to 0.5.1 --- CHANGELOG.md | 12 ++++++++++-- lib/dry/view/version.rb | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506b6d2..a756a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ +# 0.5.1 / 2018-02-20 + +### Added + +- Exposures are inherited from parent view controller classes (GustavoCaso) + +[Compare v0.5.0...v0.5.1](https://github.com/dry-rb/dry-view/compare/v0.5.0...v0.5.1) + # 0.5.0 / 2018-01-23 ### Added -* Support for parts with decorated attributes (timriley + GustavoCaso) -* Ability to easily create another part instance via `Part#new` (GustavoCaso) +- Support for parts with decorated attributes (timriley + GustavoCaso) +- Ability to easily create another part instance via `Part#new` (GustavoCaso) [Compare v0.4.0...v0.5.0](https://github.com/dry-rb/dry-view/compare/v0.4.0...v0.5.0) diff --git a/lib/dry/view/version.rb b/lib/dry/view/version.rb index 7b22af0..6eb0c08 100644 --- a/lib/dry/view/version.rb +++ b/lib/dry/view/version.rb @@ -1,5 +1,5 @@ module Dry module View - VERSION = '0.5.0'.freeze + VERSION = '0.5.1'.freeze end end