Skip to content

Commit eff2ed0

Browse files
authored
Merge branch 'main' into update-license
2 parents 9bdee2a + 5d32eb3 commit eff2ed0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
components: clippy
3939
targets: wasm32-unknown-unknown
4040
# lint the main library workspace excluding the wasm feature
41-
# Rust 1.79 generates a new lint in autogenrated code:
41+
# Rust 1.79 generates a new lint in autogenerated code:
4242
# Added clippy allow at the command line until it is fixed. See: https://github.com/rust-lang/rust-clippy/issues/12643 and https://github.com/TedDriggs/darling/issues/293
4343
- run: cargo clippy --features plotly_ndarray,plotly_image,kaleido -- -D warnings -Aclippy::manual_unwrap_or_default
4444
# lint the plotly library with wasm enabled

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ 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.8.5] - 2024-xx-xx
6+
## [0.9.0] - 2024-xx-xx
77
### Added
88
- [[#181](https://github.com/plotly/plotly,rs/pull/181)] Fix compilation error when mixing the crate with `askama/with-axum` by adding `with-axum` feature.
99
- [[#180](https://github.com/plotly/plotly.rs/pull/180)] Add setter for `Mapbox::domain`.
10+
- [[#166](https://github.com/plotly/plotly.rs/pull/166)] Added subplot example with multiple titles.
1011
- [[#163](https://github.com/plotly/plotly.rs/pull/163)] Added `DensityMapbox`.
12+
- [[#161](https://github.com/plotly/plotly.rs/pull/161)] Added `Axis` `scaleanchor` settter.
13+
- [[#159](https://github.com/plotly/plotly.rs/pull/159)] Make `heat_map` module public to expose `Smoothing enum`.
1114
- [[#153](https://github.com/plotly/plotly.rs/pull/153)] Added `LayoutScene`.
1215
- [[#212](https://github.com/plotly/plotly.rs/pull/212)] Update LICENSE
1316

0 commit comments

Comments
 (0)