mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
bump version to 5.6.1
This commit is contained in:
+4
-1
@@ -1,12 +1,15 @@
|
|||||||
# Liquid Change Log
|
# Liquid Change Log
|
||||||
|
|
||||||
|
## 5.6.1 2025-01-07
|
||||||
|
|
||||||
|
Add `omit_blank_nodes` parse option to skip blank nodes in the AST (#1870) [Michael Go]
|
||||||
|
|
||||||
## 5.6.0 (unreleased)
|
## 5.6.0 (unreleased)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
* Fix Tokenizer to handle null source value (#1873) [Bahar Pourazar]
|
* Fix Tokenizer to handle null source value (#1873) [Bahar Pourazar]
|
||||||
|
|
||||||
|
|
||||||
## 5.5.0 2024-03-21
|
## 5.5.0 2024-03-21
|
||||||
|
|
||||||
Please reference the GitHub release for more information.
|
Please reference the GitHub release for more information.
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "5.6.0"
|
VERSION = "5.6.1"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user