Skip to content

Commit 95c4bc9

Browse files
pmarksmfreebornadam-azarchs
authored
widen version range of askama (#143)
* widen version range of askama * Update plotly/Cargo.toml Co-authored-by: Adam Azarchs <[email protected]> * update CHANGELOG --------- Co-authored-by: Michael Freeborn <[email protected]> Co-authored-by: Adam Azarchs <[email protected]> Co-authored-by: Michael Freeborn <[email protected]>
1 parent ac975d2 commit 95c4bc9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
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).
55

66
## [0.8.4] - 2023-01-xx
7+
### Added
8+
- [[#143](https://github.com/igiagkiozis/plotly/pull/143)] Widen version range of `askama`.
9+
710
### Fixed
811
- [[#129](https://github.com/igiagkiozis/plotly/pull/129)] Fix issue for plots not showing in browser in Windows. Thanks to [@juanespj](https://github.com/juanespj) and [@M-NK-Y](https://github.com/M-NK-Y) for the PRs.
912

Diff for: plotly/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plotly_image = ["image"]
2020
wasm = ["getrandom", "js-sys", "wasm-bindgen", "wasm-bindgen-futures"]
2121

2222
[dependencies]
23-
askama = { version = "0.11.0", features = ["serde-json"] }
23+
askama = { version = ">=0.11.0, <0.13.0", features = ["serde-json"] }
2424
dyn-clone = "1"
2525
erased-serde = "0.3"
2626
getrandom = { version = "0.2", features = ["js"], optional = true }

0 commit comments

Comments
 (0)