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 201006f commit 31e07e4Copy full SHA for 31e07e4
CHANGES
@@ -1,3 +1,8 @@
1
+5.2.1 (2024-01-20)
2
+
3
+ * Support Ruby 3.3
4
+ * Update Gem metadata
5
6
5.2.0 (2023-11-11)
7
8
* Fix logic less bug - #783
lib/slim/version.rb
@@ -2,5 +2,5 @@
module Slim
# Slim version string
# @api public
- VERSION = '5.2.0'
+ VERSION = '5.2.1'
end
0 commit comments