Skip to content

Commit

Permalink
Release 0.18.0 -- 2025-02-03
Browse files Browse the repository at this point in the history
* Fixed clippy lints in generated code (PR #143).  Thanks @vbrandl!
* Added a clearer "Getting started" section in the docs (PR #145).
  Thanks @j-n-f for the suggestion.
* Fixed some clippy lints in ructe itself.
* Updated `itertools` depenendency to 0.14.0.
* Updated optional `rsass` dependency to 0.29.0.
* Removed historic `mime02` feature and `iron` and `nickel` examples.
* Updated axum in example to 0.8.1.
* MSRV is now 1.63.0.
  • Loading branch information
kaj committed Feb 3, 2025
1 parent 072fe60 commit 38f2176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Unreleased
## Release 0.18.0 -- 2025-02-03

* Fixed clippy lints in generated code (PR #143). Thanks @vbrandl!
* Added a clearer "Getting started" section in the docs (PR #145).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ructe"
version = "0.17.2"
version = "0.18.0"
authors = ["Rasmus Kaj <[email protected]>"]
description = "Rust Compiled Templates, efficient type-safe web page templates."
documentation = "https://docs.rs/ructe"
Expand Down

0 comments on commit 38f2176

Please sign in to comment.