Skip to content

Commit 7a5e45f

Browse files
authored
Bump to 5.13.0 (#2103)
1 parent 9efca9f commit 7a5e45f

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Liquid Change Log
22

3+
## 5.13.0
4+
5+
* Add TruffleRuby in CI [Benoit Daloze]
6+
* Skip slow test raising many exceptions on non-CRuby [Benoit Daloze]
7+
* Reject bare-bracket syntax in strict2 and introduce `self` keyword by [Alok Swamy]
8+
* Add strict2_parse to assign and capture tags by [Alok Swamy]
9+
* Add strict2_parse to increment and decrement tags by [Alok Swamy]
10+
* Update liquid-spec adapters for `missing_features` [Ian Ker-Seymer]
11+
* Prevent `SelfDrop` context mutation across render boundaries [Guilherme Carreiro]
12+
* Fix `SelfDrop` equality [Guilherme Carreiro]
13+
* Let environment `self` shadow `SelfDrop` [Ian Ker-Seymer]
14+
315
## 5.11.0
416
* Revert the Inline Snippets tag (#2001), treat its inclusion in the latest Liquid release as a bug, and allow for feedback on RFC#1916 to better support Liquid developers [Guilherme Carreiro]
517
* Rename the `:rigid` error mode to `:strict2` and display a warning when users attempt to use the `:rigid` mode [Guilherme Carreiro]

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.12.0"
5+
VERSION = "5.13.0"
66
end

0 commit comments

Comments
 (0)