Skip to content

Commit

Permalink
Update to version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljones committed Apr 1, 2022
1 parent 608e0ed commit 3ca883f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.11.0

- Support arbitrary Gleam syntax in value, if-condition and for-loop source locations. This means
that more work can be done by the compiled template file rather than having to preprocess data
before rendering the template.

The template system does not parse the Gleam expressions and so will allow invalid Gleam syntax to
be added which will cause an error with the Gleam compiler.

Thank you to @lpil for the suggestion.

## 0.10.0

- Add comment to generated files to indicate that they are auto-generated and ideally should not be
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "templates"
version = "0.10.0"
version = "0.11.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 3ca883f

Please sign in to comment.