Skip to content

Commit 9bb9394

Browse files
committed
Bump version to 0.5.1
1 parent 48f4f14 commit 9bb9394

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
# 0.5.1 / 2018-02-20
2+
3+
### Added
4+
5+
- Exposures are inherited from parent view controller classes (GustavoCaso)
6+
7+
[Compare v0.5.0...v0.5.1](https://github.com/dry-rb/dry-view/compare/v0.5.0...v0.5.1)
8+
19
# 0.5.0 / 2018-01-23
210

311
### Added
412

5-
* Support for parts with decorated attributes (timriley + GustavoCaso)
6-
* Ability to easily create another part instance via `Part#new` (GustavoCaso)
13+
- Support for parts with decorated attributes (timriley + GustavoCaso)
14+
- Ability to easily create another part instance via `Part#new` (GustavoCaso)
715

816
[Compare v0.4.0...v0.5.0](https://github.com/dry-rb/dry-view/compare/v0.4.0...v0.5.0)
917

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.0'.freeze
3+
VERSION = '0.5.1'.freeze
44
end
55
end

0 commit comments

Comments
 (0)