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 bdfc1ac commit f453280Copy full SHA for f453280
CHANGES
@@ -1,4 +1,4 @@
1
-Development
+5.1.0 (2023-03-06)
2
3
* Allow whitespace markers for verbatim text: `|<`, `|>`, and `|<>` - #912
4
* Do not swallow single quote after output line indicator - #911
lib/slim/version.rb
@@ -1,5 +1,5 @@
module Slim
# Slim version string
# @api public
- VERSION = '5.0.0'
+ VERSION = '5.1.0'
5
end
0 commit comments