diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f86a4..c27e8af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ The format is based on project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## Releaase 0.15.0 * Breaking change: Most methods of `StaticFiles` now supports method chaining, by returning `Result<&mut Self>`, making typical build scripts nicer (PR #115). +* Update (optional) rsass to 0.26 (PR #116). * Some doc improvements. diff --git a/Cargo.toml b/Cargo.toml index 4ad5ba6..6e82ead 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ructe" -version = "0.15.0-PRE" +version = "0.15.0" authors = ["Rasmus Kaj "] description = "Rust Compiled Templates, efficient type-safe web page templates." documentation = "https://docs.rs/ructe"