diff --git a/CHANGELOG.md b/CHANGELOG.md index 94785f5d..2d4d6751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,14 @@ 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.13.1] - 2025-07-07 + +### Fixed +- [[#326](https://github.com/plotly/plotly.rs/pull/326)] Fix book badges + + +## [0.13.0] - 2025-07-07 -## [0.13.0] - 2025-xx-xx ### Changed - [[#277](https://github.com/plotly/plotly.rs/pull/277)] Removed `wasm` feature flag and put everything behind target specific dependencies. Added `.cargo/config.toml` for configuration flags needed by `getrandom` version 0.3 on `wasm` targets. - [[#281](https://github.com/plotly/plotly.rs/pull/281)] Update to askama 0.13.0 diff --git a/README.md b/README.md index 3cdcdb34..5349b200 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Plotly for Rust

- Build status + Build status Crates.io diff --git a/docs/book/src/fundamentals.md b/docs/book/src/fundamentals.md index e231b130..07eeb663 100644 --- a/docs/book/src/fundamentals.md +++ b/docs/book/src/fundamentals.md @@ -3,7 +3,7 @@ build status - Build status + Build status Crates.io diff --git a/docs/book/src/getting_started.md b/docs/book/src/getting_started.md index 512a279e..a142c70c 100644 --- a/docs/book/src/getting_started.md +++ b/docs/book/src/getting_started.md @@ -3,7 +3,7 @@ build status - Build status + Build status Crates.io diff --git a/docs/book/src/plotly_rs.md b/docs/book/src/plotly_rs.md index db0c058a..cee27070 100644 --- a/docs/book/src/plotly_rs.md +++ b/docs/book/src/plotly_rs.md @@ -3,7 +3,7 @@ build status - Build status + Build status Crates.io diff --git a/docs/book/src/recipes.md b/docs/book/src/recipes.md index 5c27ecf2..6cda170c 100644 --- a/docs/book/src/recipes.md +++ b/docs/book/src/recipes.md @@ -3,7 +3,7 @@ build status - Build status + Build status Crates.io diff --git a/plotly/Cargo.toml b/plotly/Cargo.toml index d173285a..6f0c93a5 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plotly" -version = "0.13.0" +version = "0.13.1" description = "A plotting library powered by Plotly.js" authors = [ "Ioannis Giagkiozis ", diff --git a/plotly_derive/Cargo.toml b/plotly_derive/Cargo.toml index 6dcccd90..306fac7f 100644 --- a/plotly_derive/Cargo.toml +++ b/plotly_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plotly_derive" -version = "0.13.0" +version = "0.13.1" description = "Internal proc macro crate for Plotly-rs." authors = ["Ioannis Giagkiozis "] license = "MIT" diff --git a/plotly_kaleido/Cargo.toml b/plotly_kaleido/Cargo.toml index 94aa5936..002774b0 100644 --- a/plotly_kaleido/Cargo.toml +++ b/plotly_kaleido/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plotly_kaleido" -version = "0.13.0" +version = "0.13.1" description = "Additional output format support for plotly using Kaleido" authors = [ "Ioannis Giagkiozis ",