Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Feb 19, 2018
1 parent 48f4f14 commit 9bb9394
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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

0 comments on commit 9bb9394

Please sign in to comment.