We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db64a0f commit 9a4350bCopy full SHA for 9a4350b
History.md
@@ -1,12 +1,15 @@
1
# Liquid Change Log
2
3
+## 5.6.1 2025-01-07
4
+
5
+Add `omit_blank_nodes` parse option to skip blank nodes in the AST (#1870) [Michael Go]
6
7
## 5.6.0 (unreleased)
8
9
### Fixes
10
11
* Fix Tokenizer to handle null source value (#1873) [Bahar Pourazar]
12
-
13
## 5.5.0 2024-03-21
14
15
Please reference the GitHub release for more information.
lib/liquid/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module Liquid
- VERSION = "5.6.0"
+ VERSION = "5.6.1"
end
0 commit comments