From dbebc047f14cf4790f7100b14016ae6dd257f026 Mon Sep 17 00:00:00 2001 From: alceal Date: Fri, 13 Sep 2024 16:24:00 +0200 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 412d849..3578855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.5.0] - 2024-09-13 + +### 🚀 Features + +- Add new BarPlot struct with orientation field; deprecate VerticalBarPlot and HorizontalBarPlot +- Update BoxPlot struct to handle both vertical and horizontal box plots +- Add `color` argument +- Customize the shape of the marker +- Add optional shape and add line width for line and time series plots + +### ⚙️ Miscellaneous Tasks + +- Deprecate VerticalBarPlot and HorizontalBarPlot +- Update documentation + ## [0.4.0] - 2024-09-10 ### 🚀 Features @@ -24,6 +39,7 @@ All notable changes to this project will be documented in this file. - Update documentation - Update dependencies - Update plotlars to version 0.4.0 +- Update plotlars to version 0.4.0 ## [0.3.0] - 2024-09-01