Skip to content

Commit 9a4350b

Browse files
committed
bump version to 5.6.1
1 parent db64a0f commit 9a4350b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

History.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Liquid Change Log
22

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+
37
## 5.6.0 (unreleased)
48

59
### Fixes
610

711
* Fix Tokenizer to handle null source value (#1873) [Bahar Pourazar]
812

9-
1013
## 5.5.0 2024-03-21
1114

1215
Please reference the GitHub release for more information.

lib/liquid/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module Liquid
5-
VERSION = "5.6.0"
5+
VERSION = "5.6.1"
66
end

0 commit comments

Comments
 (0)