mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 11:20:41 -07:00
Bump version to 3.0.3
This commit is contained in:
+5
-1
@@ -1,6 +1,10 @@
|
|||||||
# Liquid Version History
|
# Liquid Version History
|
||||||
|
|
||||||
## 3.0.2 / 2015-04-24 / branch "3-0-stable"
|
## 3.0.3 / 2015-05-28 / branch "3-0-stable"
|
||||||
|
|
||||||
|
* Fix condition parse order in strict mode (#569) [Justin Li, pushrax]
|
||||||
|
|
||||||
|
## 3.0.2 / 2015-04-24
|
||||||
|
|
||||||
* Expose VariableLookup private members (#551) [Justin Li, pushrax]
|
* Expose VariableLookup private members (#551) [Justin Li, pushrax]
|
||||||
* Documentation fixes
|
* Documentation fixes
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "3.0.2"
|
VERSION = "3.0.3"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user