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 c92b4ef commit 5e5555fCopy full SHA for 5e5555f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 4.0.0 (December 11, 2025)
2
+
3
+- Add support for Rails Annotations and CodeStatistics ([#206])
4
+- Drop support for Ruby 2.7 and Rails older than 7 ([205])
5
+- Add Rails 8.1 to CI Matrix ([#204])
6
7
## 3.7.0 (December 29, 2024)
8
9
- Support Rails 8.0 authentication generator ([#201])
lib/slim-rails/version.rb
@@ -1,5 +1,5 @@
module Slim
module Rails
- VERSION = "3.7.0"
+ VERSION = "4.0.0"
end
0 commit comments