diff --git a/CHANGELOG.md b/CHANGELOG.md index b974b0d..98dfec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.6.0 - Added support for 'for .. as .. in ..' syntax to allow associating a type with the items in the list being iterated. diff --git a/Cargo.lock b/Cargo.lock index a54faed..48c285e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "templates" -version = "0.5.0" +version = "0.6.0" dependencies = [ "atty", "codespan-reporting", diff --git a/Cargo.toml b/Cargo.toml index 8cc5c3a..d6a03c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "templates" -version = "0.5.0" +version = "0.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html