Skip to content

Commit

Permalink
version 4.0.1 to address Include plugin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stonean committed Sep 2, 2018
1 parent 972697b commit 6612c0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
4.0.1 (2018-09-02)

* Fix incompatibility issue with Slim Include plugin and new ability to specifiy attributes for embedded engines #819

4.0.0 (2018-08-26)

* Add ability to specify attributes for embedded engines using TagEngine - #653
* Set Tilt's default encoding to utf-8 - #800
* Prevent generation of invalid Ruby code in heredoc - #770
Expand Down
2 changes: 1 addition & 1 deletion lib/slim/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Slim
# Slim version string
# @api public
VERSION = '4.0.0'
VERSION = '4.0.1'
end

0 comments on commit 6612c0f

Please sign in to comment.