Skip to content

Commit

Permalink
Prepare for v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed May 21, 2015
1 parent da304a6 commit 8571ea6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Lotus::View
View layer for Lotus

## v0.4.1 - 2015-05-22
### Added
- [Luca Guidi] Introduced `#content` to render optional contents in a different context (eg. a view sets a page specific javascript in the application template footer).

## v0.4.0 - 2015-03-23
### Changed
- [Luca Guidi] Autoescape concrete and virtual methods from presenters
Expand Down
2 changes: 1 addition & 1 deletion lib/lotus/view/rendering/layout_scope.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def locals
# @return [String,NilClass] returning content if scope respond to the
# requested method
#
# @since x.x.x
# @since 0.4.1
#
# @example
# # Given the following layout template
Expand Down
2 changes: 1 addition & 1 deletion lib/lotus/view/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module View
# Defines the version
#
# @since 0.1.0
VERSION = '0.4.0'.freeze
VERSION = '0.4.1'.freeze
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

describe Lotus::View::VERSION do
it 'returns current version' do
Lotus::View::VERSION.must_equal '0.4.0'
Lotus::View::VERSION.must_equal '0.4.1'
end
end

0 comments on commit 8571ea6

Please sign in to comment.