Skip to content

Commit

Permalink
0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwill101 authored Oct 22, 2024
1 parent 9c5a5c4 commit 9e5ff1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9e5ff1b

Please sign in to comment.