We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972697b commit 6612c0fCopy full SHA for 6612c0f
CHANGES
@@ -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
5
4.0.0 (2018-08-26)
6
7
* Add ability to specify attributes for embedded engines using TagEngine - #653
8
* Set Tilt's default encoding to utf-8 - #800
9
* Prevent generation of invalid Ruby code in heredoc - #770
lib/slim/version.rb
@@ -1,5 +1,5 @@
module Slim
# Slim version string
# @api public
- VERSION = '4.0.0'
+ VERSION = '4.0.1'
end
0 commit comments