Skip to content

Commit 07dc425

Browse files
committed
update version and changelog
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
1 parent 67c40d2 commit 07dc425

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
https://github.com/plotly/plotly.rs/pull/350
77

8-
## [0.13.6] - 2025-xx-xx
8+
## [0.14.0] - 2026-01-10
99

1010
### Fixed
1111

1212
- [[#348](https://github.com/plotly/plotly.rs/pull/348)] Fix Pie chart color setting
1313
- [[#355](https://github.com/plotly/plotly.rs/pull/355)] Add LayoutPolar support
14+
- [[#354](https://github.com/plotly/plotly.rs/pull/354)] Fixed maps examples
1415

1516
### Changed
1617

18+
- [[#359](https://github.com/plotly/plotly.rs/pull/359)] Expand plotly_derive to support ergonomic 1D and 2D color arrays setters
19+
20+
### Added
21+
1722
- [[#350](https://github.com/plotly/plotly.rs/pull/350)] Add `plotly_static` `async` API
23+
- [[#355](https://github.com/plotly/plotly.rs/pull/355)] Add LayoutPolar layout
24+
- [[#356](https://github.com/plotly/plotly.rs/pull/356)] Add downsample example based on minmax-lttb layout
1825

1926
## [0.13.5] - 2025-07-31
2027

plotly/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotly"
3-
version = "0.13.5"
3+
version = "0.14.0"
44
description = "A plotting library powered by Plotly.js"
55
authors = [
66
"Ioannis Giagkiozis <i.giagkiozis@gmail.com>",
@@ -60,7 +60,7 @@ askama = { version = "0.15.0", features = ["serde_json"] }
6060
dyn-clone = "1"
6161
erased-serde = "0.4"
6262
image = { version = "0.25", optional = true }
63-
plotly_derive = { version = "0.13", path = "../plotly_derive" }
63+
plotly_derive = { version = "0.14", path = "../plotly_derive" }
6464
plotly_static = { version = "0.1", path = "../plotly_static", optional = true }
6565
plotly_kaleido = { version = "0.13", path = "../plotly_kaleido", optional = true }
6666
ndarray = { version = "0.17", optional = true }

plotly_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotly_derive"
3-
version = "0.13.5"
3+
version = "0.14.0"
44
description = "Internal proc macro crate for Plotly-rs."
55
authors = ["Ioannis Giagkiozis <i.giagkiozis@gmail.com>"]
66
license = "MIT"

plotly_kaleido/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plotly_kaleido"
3-
version = "0.13.5"
3+
version = "0.13.6"
44
description = "Additional output format support for plotly using Kaleido"
55
authors = [
66
"Ioannis Giagkiozis <i.giagkiozis@gmail.com>",

0 commit comments

Comments
 (0)