We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e932c commit f8759f0Copy full SHA for f8759f0
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 3.3.0 (July 19, 2021)
2
+
3
+* Enabled asset helpers in precompiled templates (#135)
4
+* Tested with Rails 6.0, 6.1 and Ruby 3.0
5
+* Improved CI and tests with Sprockets 4
6
7
8
## 3.2.0 (October 7, 2018)
9
10
* Support for Slim 4
lib/slim-rails/version.rb
@@ -1,5 +1,5 @@
module Slim
module Rails
- VERSION = '3.2.0'
+ VERSION = '3.3.0'
end
0 commit comments