chore(deps): update rust crate askama to 0.16.0 #1721
No reviewers
Labels
No labels
Abandoned
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1721
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/askama-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.15.1→0.16.00.15.0→0.16.0Release Notes
askama-rs/askama (askama)
v0.16.0Compare Source
This new release increases compatibility with
jinjalanguage, add support for more rust expressions in the templates. Take a look at the book for the migration guide.(❗ = breaking change)
New features
❗Add support for
let blocksby @GuillaumeGomez in #697Implement compound assignments (e.g.
{% mut a += 1 %}) by @Kijewski in #685Add support for tuple, array and slice in type generics by @GuillaumeGomez in #721
Add support for macro args type annotations by @GuillaumeGomez in #722
Add support for
caller()in variable declaration by @GuillaumeGomez in #724Add glob support for
dirsin config file by @GuillaumeGomez in #731Bugfixes
size_hintis collected by @Kijewski in #700dyninstead of plain generic bounds by @GuillaumeGomez in #726std::path::absoluteto avoid symlinking template paths by @kaepr in #720Other
Performance
Documentation
configby @GuillaumeGomez in #732Templatetrait methods can returnErrby @GuillaumeGomez in #730Internal changes
Tygenerics by @GuillaumeGomez in #723complex-expressionbenchmark by @Kijewski in #691Cargo.tomlfiles by @GuillaumeGomez in #696rand+rand_xoshirodev-dependencies by @Kijewski in #701trybuildversion to1.0.116to enforce diagnostics width by @GuillaumeGomez in #718New Contributors
Full Changelog: https://github.com/askama-rs/askama/compare/v0.15.4...v0.16.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate.