Skip to content

Commit

Permalink
Prepare for v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Feb 5, 2016
1 parent 22a5457 commit 472e881
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
# Hanami::View
View layer for Hanami

## v0.6.1 - 2016-02-05
### Changed
- [Steve Hook] Preload partial templates in order to boost performances for partials rendering (2x faster)

### Fixed
- [Luca Guidi] Disable Slim autoescape to use `Hanami::View`'s feature

## v0.6.0 - 2016-01-22
### Changed
- [Luca Guidi] Renamed the project
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/view/version.rb
Expand Up @@ -3,6 +3,6 @@ module View
# Defines the version
#
# @since 0.1.0
VERSION = '0.6.0'.freeze
VERSION = '0.6.1'.freeze
end
end
2 changes: 1 addition & 1 deletion test/version_test.rb
Expand Up @@ -2,6 +2,6 @@

describe Hanami::View::VERSION do
it 'returns current version' do
Hanami::View::VERSION.must_equal '0.6.0'
Hanami::View::VERSION.must_equal '0.6.1'
end
end

0 comments on commit 472e881

Please sign in to comment.