Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Prepare 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Apr 15, 2019
1 parent 9c97b57 commit 41a7e64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.12.0 - 2019-04-16

### Changed

- Update generated app to work with latest releases of dry-rb gems, including dry-view 0.7.0 and dry-monitor 0.3.0 (parndt in [#94][pr94])
- [BREAKING] `view` roda helper now expects the dry-view context object to be registered in the container as `"view_context"` (instead of previous `"view.context"`) (parndt in [#94][pr94])

[pr94]: https://github.com/dry-rb/dry-web-roda/pull/94/files

[Compare v0.11.0...v0.12.0](https://github.com/dry-rb/dry-web-roda/compare/v0.11.0...v0.12.0)

# 0.11.0 - 2018-02-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/dry/web/roda/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Dry
module Web
module Roda
VERSION = "0.11.0".freeze
VERSION = "0.12.0".freeze
end
end
end

0 comments on commit 41a7e64

Please sign in to comment.