From 5d501cf3820d1d59a115c1bcb0d6aca74b5e1814 Mon Sep 17 00:00:00 2001 From: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:20:05 +0200 Subject: [PATCH 1/2] fix badges after workflow rename Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> --- README.md | 2 +- docs/book/src/fundamentals.md | 2 +- docs/book/src/getting_started.md | 2 +- docs/book/src/plotly_rs.md | 2 +- docs/book/src/recipes.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 From acadb42494d5eda3655f35ef43c66666d1a7e179 Mon Sep 17 00:00:00 2001 From: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> Date: Mon, 7 Jul 2025 23:26:06 +0200 Subject: [PATCH 2/2] patch release for book badges fix Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> --- CHANGELOG.md | 8 +++++++- plotly/Cargo.toml | 2 +- plotly_derive/Cargo.toml | 2 +- plotly_kaleido/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) 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/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 ",