diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f235a..4a7cbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The format is based on project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## Release 0.14.0 - 2022-02-06 * Breaking change: The generated template functions have a simpler signature. diff --git a/Cargo.toml b/Cargo.toml index c190f94..2937c51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ructe" -version = "0.13.4" +version = "0.14.0" authors = ["Rasmus Kaj "] description = "Rust Compiled Templates, efficient type-safe web page templates." documentation = "https://docs.rs/ructe"