Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

### Fixed

- [[#340](https://github.com/plotly/plotly.rs/pull/340)] Fix documentation related to `wasm` support
- [[#341](https://github.com/plotly/plotly.rs/pull/341)] Fix documentation related to `wasm` support

### Changed
- [[#339](https://github.com/plotly/plotly.rs/pull/339)] Replace default Windows app with `explorer`
Expand Down
2 changes: 1 addition & 1 deletion plotly_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plotly_derive"
version = "0.13.3"
version = "0.13.4"
description = "Internal proc macro crate for Plotly-rs."
authors = ["Ioannis Giagkiozis <[email protected]>"]
license = "MIT"
Expand Down
Loading