Skip to content

Commit b692b82

Browse files
committed
update: Update Changelog
1 parent 420c40d commit b692b82

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.0] - 2024-09-01
6+
7+
### 🚀 Features
8+
9+
- Implement From trait for Text to convert from &str and String
10+
- Add plot title position
11+
- Add axis module for customizing plot axes
12+
- Add write_html method
13+
14+
### ⚙️ Miscellaneous Tasks
15+
16+
- Update pacth
17+
- Update marker.rs to use #[doc(hidden)] attribute
18+
- Add data for examples
19+
- Update plotlars library to version 0.2.2
20+
- Update documentation link in Cargo.toml
21+
- Update Polars and Plotly library links in README.md and lib.rs
22+
- Add images to documentation
23+
- Update text
24+
- Update plotlars library to version 0.2.3
25+
- The crate documentation is the README file
26+
- Add .markdownlint.json
27+
- Reformat the text
28+
- Justfile to .gitignore
29+
- Remove justfile
30+
- Fix typo in variable name "aditional_series" to "additional_series"
31+
- Fix typo in variable name "aditional_series" to "additional_series"
32+
- Add From trait implementation for Text to convert from &String
33+
- Change field visibility
34+
35+
### Update
36+
37+
- CHANGELOG.md
38+
- Add link to data and fix text
39+
- Update dataset path
40+
541
## [0.2.0] - 2024-08-25
642

743
### 🚀 Features

0 commit comments

Comments
 (0)