diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1331e..391c996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -## 0.7.2 -- array support +## 0.7.3 +- Truthy support for binary operators + + ## 0.7.2 +- Array support ## 0.7.1 - array support diff --git a/README.md b/README.md index f8894fe..d1282e6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Liquify - Powerful Liquid Template Engine for Dart +# Liquify - Liquid Template Engine for Dart [![GitHub release](https://img.shields.io/github/release/kingwill101/liquify?include_prereleases=&sort=semver&color=blue)](https://github.com/kingwill101/liquify/releases/) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/kingwill101/liquify/.github%2Fworkflows%2Fdart.yml) @@ -25,7 +25,7 @@ Add Liquify to your package's `pubspec.yaml` file: ```yaml dependencies: - liquify: ^0.7.2 + liquify: ^0.7.3 ``` Or, for the latest development version: diff --git a/pubspec.yaml b/pubspec.yaml index fc86d8b..3dd49e9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: liquify description: > A powerful and extensible Liquid template engine for Dart. Supports full Liquid syntax, custom tags and filters, and high-performance parsing and rendering. -version: 0.7.2 +version: 0.7.3 repository: https://github.com/kingwill101/liquify topics: