Skip to content

Commit

Permalink
bump version to 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggmichaelgo committed Jan 7, 2025
1 parent 0f0bb7d commit 628f4aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# 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)

### Fixes

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


## 5.5.0 2024-03-21

Please reference the GitHub release for more information.
Expand Down
2 changes: 1 addition & 1 deletion lib/liquid/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Liquid
VERSION = "5.6.0"
VERSION = "5.6.1"
end

0 comments on commit 628f4aa

Please sign in to comment.