mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Bump version to 5.0.0
Bump major because of the numerous breaking changes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Liquid Change Log
|
# Liquid Change Log
|
||||||
|
|
||||||
### Unreleased
|
## 5.0.0 / 2021-01-06
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Add new `{% render %}` tag (#1122) [Samuel Doiron]
|
* Add new `{% render %}` tag (#1122) [Samuel Doiron]
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "4.0.3"
|
VERSION = "5.0.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user