From bd7f4277ca67fe9c4549e15ad49dcf32380223d8 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 19 Mar 2025 22:13:34 +0100 Subject: [PATCH] Add link to blog post explaining merge of rinja and askama --- book/src/upgrading.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book/src/upgrading.md b/book/src/upgrading.md index 44ac3034..8adedf2b 100644 --- a/book/src/upgrading.md +++ b/book/src/upgrading.md @@ -12,6 +12,11 @@ give you more in-dept explanations: ## From askama v0.12 to askama v0.13 +A blog post summarizing changes and also explaining the merge of `rinja` and `askama` is +available [here](https://blog.guillaume-gomez.fr/articles/2025-03-19+Askama+and+Rinja+merge). + +List of the changes: + * The MSRV of this release is 1.81. * The integration crates were removed.