Skip to content

Commit

Permalink
Release 0.17.2 -- 2024-06-30
Browse files Browse the repository at this point in the history
* The main branch in git is now `main` rather than `master`.
* Update clippy lint usage to get rid of warnings in all code using
  ructe (PR #137).  Thanks @vbradl!
* Identified a problem with `Content` parameters sent through
  intermediate templates, and documented a workaround for it (Issue
  #134, PR #141).  Thanks @drehren and @kornelski.
* The `axum` test is mentioned in [`README.md`] (PR #138).
  Thanks @abd0-omar!
* Update `base64` to 0.22.1 and `itertools` dependency to 0.13.0.
* MSRV is now 1.61.0.
  • Loading branch information
kaj committed Jun 30, 2024
1 parent 292b5c9 commit 6c1f914
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.17.2 -- 2024-06-30

* The main branch in git is now `main` rather than `master`.
* Update clippy lint usage to get rid of warnings in all code using
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.1-PRE"
version = "0.17.2"
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 6c1f914

Please sign in to comment.