You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rinja 0.2 was a fork of askama 0.12. Both projects were [merged again],
and new versions of the project will be released under the name askama.
The feature `"with-axum"` is not needed anymore. The implementation for
web-framework integrations was moved into its own crate. The `askama`
crate does not have any problems with feature flag incompatibilities
anymore.
[merged again]: <https://blog.guillaume-gomez.fr/articles/2025-03-19+Askama+and+Rinja+merge>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
-
## [0.13.0] - 2025-02-xx
6
+
## [0.13.0] - 2025-03-xx
7
7
### Changed
8
8
-[[#277](https://github.com/plotly/plotly.rs/pull/277)] Removed `wasm` feature flag and put evrything behind target specific dependencies. Added `.cargo/config.toml` for configuration flags needed by `getrandom` version 0.3 on `wasm` targets.
9
+
-[[#281]((https://github.com/plotly/plotly.rs/pull/xxx))] Update to askama 0.13.0
0 commit comments