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
-
+
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 @@
-
+
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 @@
-
+
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 @@
-
+
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 @@
-
+
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