diff --git a/CHANGELOG.md b/CHANGELOG.md index 3479231..1eaab92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.8.0 - Breaking change: all parameters to the template must now be declared using the `{> with ... as ...` syntax. The template generation will no longer try to automatically deduce parameters from diff --git a/Cargo.lock b/Cargo.lock index 6f28fe9..fae50f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "templates" -version = "0.7.0" +version = "0.8.0" dependencies = [ "atty", "codespan-reporting", diff --git a/Cargo.toml b/Cargo.toml index 191e042..e35c929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "templates" -version = "0.7.0" +version = "0.8.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html