diff --git a/CHANGELOG.md b/CHANGELOG.md index 996fef0..f5fabb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## Release 0.17.0 -- 2023-07-22 * Added a check that no more than one of the http-types, mime02, or mime03 features are enabled (PR #124). Thanks @rustafarian-dev. diff --git a/Cargo.toml b/Cargo.toml index ce14c37..be0f348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ructe" -version = "0.16.2-PRE" +version = "0.17.0" authors = ["Rasmus Kaj "] description = "Rust Compiled Templates, efficient type-safe web page templates." documentation = "https://docs.rs/ructe"