Skip to content

Commit

Permalink
chore: Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
alceal committed Nov 1, 2024
1 parent 229ae25 commit a19fd92
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

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

## [0.6.0] - 2024-11-01

### 🚀 Features

- New `axis_position` method and the old one has been renamed to `axis_side` and the corresponding enum values have been updated
- Add HeatMap

### 🚜 Refactor

- [**breaking**] Remove deprecated structures VerticalBarPlot, HorizontalBarPlot, VerticalBoxPlot, HorizontalBoxPlot
- A deep refactoring

### 📚 Documentation

- Update documentation examples
- Update documentation examples
- Remove reference to vertical and horizontal bar/box plots
- Add important note about using GitHub version of plotlars due to polars issue
- Fix github link

### ⚙️ Miscellaneous Tasks

- Update dependencies in Cargo.toml
- Remove the important note
- Remove Polars dtype-categorical feature
- Bump to version 0.5.3
- Refactor code

## [0.5.0] - 2024-09-13

### 🚀 Features
Expand All @@ -16,6 +44,8 @@ All notable changes to this project will be documented in this file.

- Deprecate VerticalBarPlot and HorizontalBarPlot
- Update documentation
- Update CHANGELOG.md
- Update version to 0.5.0

## [0.4.0] - 2024-09-10

Expand Down

0 comments on commit a19fd92

Please sign in to comment.