# Changelog
All notable changes to this project will be documented in this file.
## [0.2.0] - 2024-08-25
### 🚀 Features
- Add Bar Plot
- Add Box Plot
- Add Histogram plot
- Add Line Plot
- Add Scatter Plot
- Add Time Series Plot
- Add Text module with customizable content, font, size, and color
- Add Rgb struct for representing RGB colors
- Add Mark trait for creating and modifying markers
- Add LineType enum for representing different styles of lines and Line trait
- Add Layout trait for creating Plotly layouts
- Add Plot trait for displaying and rendering generic plots
- Add Trace trait for creating and modifying traces
- Add Polar trait for working with polars dataframes
- Add plot example to README.md
### ⚙️ Miscellaneous Tasks
- Update Cargo.toml with keywords and categories for better package discoverability
- Update Cargo.toml with version and dependencies
- Remove unnecessary main.rs file
- Add traces module with various plot types
- Add aesthetics module with line and mark submodules
- Add marker macro for creating and modifying markers
- Add macros module
- Add traits module
- Add Plotlars library for creating visualizations from Polars data frames
- Add .gitignore rules for notebook and main.rs files
### Update
- README.md