Skip to content

Commit cf8a787

Browse files
committed
update changelog
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent cc64d6f commit cf8a787

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file.
33

44
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).
55

6-
## [0.11.1] - 2024-12-X
6+
## [0.12.0] - 2024-12-31
77
### 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
910

1011
### 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
1115
- [[#175](https://github.com/plotly/plotly.rs/issues/175)] Put multiple subplots in the same html - added an example using `build_html` crate.
1216
- [[#228](https://github.com/plotly/plotly.rs/issues/228)] Redraw function seems to be broken - added example on generating responsive plots.
1317

0 commit comments

Comments
 (0)