From 9ee5fb04341ae79e9bf6699502cd06e700513806 Mon Sep 17 00:00:00 2001 From: Cesar Alvernaz Date: Wed, 27 Sep 2023 23:39:42 +0100 Subject: [PATCH] Array notation dict and merge upstream patches --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 108a8f4..c3c8dbb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This is a fork of the original [`airspeed`](https://github.com/purcell/airspeed) ⚠️ Note: This fork of `airspeed` focuses on providing maximum parity with AWS' implementation of Velocity templates (used in, e.g., API Gateway or AppSync). In some cases, the behavior may diverge from the VTL spec, or from the Velocity [reference implementation](https://velocity.apache.org/download.cgi). ## Change Log: +* v0.6.3: array notation for dicts using string literals and merge upstream patches * v0.6.2: add support to contains and toString functions * v0.6.1: improve handling of multi-line dict expressions * v0.6.0: add initial setup for snapshot testing against AWS and Java VTL; enhance AWS parity diff --git a/setup.py b/setup.py index 5a805b4..a8a5149 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="airspeed-ext", - version="0.6.2", + version="0.6.3", description=( "Airspeed is a powerful and easy-to-use templating engine " "for Python that aims for a high level of compatibility "