From bbfb624c1d5955d9adea831f44f5c6e056797219 Mon Sep 17 00:00:00 2001 From: Julius Krumbiegel Date: Tue, 17 Sep 2024 12:36:17 +0200 Subject: [PATCH] Prepare v0.8.8 --- CHANGELOG.md | 2 ++ Project.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3a31b4d..139cdcdf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v0.8.8 - 2024-09-17 + - Fixed aesthetics of `errorbar` so that x and y stay labelled correctly when using `direction = :x` [#560](https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/560). - Added ability to specify `title`, `subtitle` and `footnotes` plus settings in the `draw` function [#556](https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/556). - Added `dodge_x` and `dodge_y` keywords to `mapping` that allow to dodge any plot types that have `AesX` or `AesY` data [#558](https://github.com/MakieOrg/AlgebraOfGraphics.jl/pull/558). diff --git a/Project.toml b/Project.toml index d79173055..fb01fa416 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AlgebraOfGraphics" uuid = "cbdf2221-f076-402e-a563-3d30da359d67" authors = ["Pietro Vertechi", "Julius Krumbiegel"] -version = "0.8.7" +version = "0.8.8" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"