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: .github/workflows/ci.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ jobs:
38
38
components: clippy
39
39
targets: wasm32-unknown-unknown
40
40
# 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:
42
42
# 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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,14 @@ 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.8.5] - 2024-xx-xx
6
+
## [0.9.0] - 2024-xx-xx
7
7
### Added
8
8
-[[#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.
9
9
-[[#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.
0 commit comments