WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6612c0f

Browse files
author
stonean
committed
version 4.0.1 to address Include plugin issue
1 parent 972697b commit 6612c0f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
4.0.1 (2018-09-02)
2+
3+
* Fix incompatibility issue with Slim Include plugin and new ability to specifiy attributes for embedded engines #819
4+
15
4.0.0 (2018-08-26)
6+
27
* Add ability to specify attributes for embedded engines using TagEngine - #653
38
* Set Tilt's default encoding to utf-8 - #800
49
* Prevent generation of invalid Ruby code in heredoc - #770

lib/slim/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Slim
22
# Slim version string
33
# @api public
4-
VERSION = '4.0.0'
4+
VERSION = '4.0.1'
55
end

0 commit comments

Comments
 (0)