New
v0.15.1
What's Changed
- Fix broken intra-doc links by @GuillaumeGomez in https://github.com/askama-rs/askama/pull/645
- Fix missing mutability information in generated filters by @GuillaumeGomez in https://github.com/askama-rs/askama/pull/646
- Fix clippy false positives by using
call_sitefor code generated by the derive proc-macro by @sehnryr in https://github.com/askama-rs/askama/pull/647 - Add support for lifetimes in filters by @GuillaumeGomez in https://github.com/askama-rs/askama/pull/649
New Contributors
- @sehnryr made their first contribution in https://github.com/askama-rs/askama/pull/647
Full Changelog: https://github.com/askama-rs/askama/compare/v0.15.0...v0.15.1