Skip to content

Commit f8759f0

Browse files
committed
Bump version to 3.3.0
1 parent 28e932c commit f8759f0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 3.2.0 (October 7, 2018)
29

310
* Support for Slim 4

lib/slim-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Slim
22
module Rails
3-
VERSION = '3.2.0'
3+
VERSION = '3.3.0'
44
end
55
end

0 commit comments

Comments
 (0)