Skip to content

Commit

Permalink
widen version range of askama (#143)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people authored Jul 9, 2023
1 parent ac975d2 commit 95c4bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
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).

## [0.8.4] - 2023-01-xx
### Added
- [[#143](https://github.com/igiagkiozis/plotly/pull/143)] Widen version range of `askama`.

### Fixed
- [[#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.

Expand Down
2 changes: 1 addition & 1 deletion plotly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plotly_image = ["image"]
wasm = ["getrandom", "js-sys", "wasm-bindgen", "wasm-bindgen-futures"]

[dependencies]
askama = { version = "0.11.0", features = ["serde-json"] }
askama = { version = ">=0.11.0, <0.13.0", features = ["serde-json"] }
dyn-clone = "1"
erased-serde = "0.3"
getrandom = { version = "0.2", features = ["js"], optional = true }
Expand Down

0 comments on commit 95c4bc9

Please sign in to comment.