You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file.
3
3
4
4
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).
5
5
6
-
## [0.11.1] - 2024-12-X
6
+
## [0.12.0] - 2024-12-31
7
7
### Changed
8
-
-
8
+
-[[#256](https://github.com/plotly/plotly.rs/pull/256)] Bump Cargo.toml edition to 2021
9
+
-[[#261](https://github.com/plotly/plotly.rs/pull/261)] Updated code of conduct
9
10
10
11
### Fixed
12
+
-[[#265](https://github.com/plotly/plotly.rs/pull/265)] Add Pie Chart trace
13
+
-[[#216](https://github.com/plotly/plotly.rs/issues/216)] Opt out of downloading Kaleido binaries and allow users to set Kaleido path via environment variable
14
+
-[[#259](https://github.com/plotly/plotly.rs/issues/259)] Mesh3d::new() has wrong signature
11
15
-[[#175](https://github.com/plotly/plotly.rs/issues/175)] Put multiple subplots in the same html - added an example using `build_html` crate.
12
16
-[[#228](https://github.com/plotly/plotly.rs/issues/228)] Redraw function seems to be broken - added example on generating responsive plots.
0 commit comments