Skip to content

Commit

Permalink
Array notation dict and merge upstream patches
Browse files Browse the repository at this point in the history
  • Loading branch information
calvernaz committed Sep 27, 2023
1 parent 9fa5ecd commit 9ee5fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 9ee5fb0

Please sign in to comment.