Skip to content

Commit 54414df

Browse files
committed
Add changelog entry, making the next release a feature release
1 parent 23a8438 commit 54414df

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

History.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Liquid Change Log
22

3-
## 5.3.1 (unreleased)
3+
## 5.4.0 (unreleased)
4+
5+
### Features
6+
* Allow `#` to be used as an inline comment tag (#1498) [CP Clermont]
47

58
### Fixes
69
* `PartialCache` now shares snippet cache with subcontexts by default (#1553) [Chris AtLee]

lib/liquid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module Liquid
5-
VERSION = "5.3.0"
5+
VERSION = "5.4.0.alpha"
66
end

0 commit comments

Comments
 (0)